Php My Develop
Learning Php together .

Search engine friendly URLs with mod_rewrite

General — Posted by: chatu phum @ 03/14 2007, 21:51

Say for instance you are making a web hosting site want the url http://www.mod_rewrite.dom/something.php?page=12&category=hosting to pass variables back to a php script.

 (More)

How to connect mysql

General — Posted by: chatu phum @ 03/03 2007, 23:12
How to connect mysql with php. (More)

Installing Apache PHP and MySQL

General — Posted by: chatu phum @ 03/03 2007, 23:10
PHP and MySQL are usually associated with LAMP (Linux, Apache, MySQL, PHP). However, most PHP developer ( including me ) are actually using Windows when developing the PHP application. So this page will only cover the WAMP ( Windows, Apache, MySQL, PHP ). You will learn how to install Apache, PHP, and MySQL under Windows platform. (More)

PHP Coding Standard

General — Posted by: chatu phum @ 03/03 2007, 23:07

PHP Coding Standard

Standardization is Important

It helps if the standard annoys everyone in some way so everyone feels they are on the same playing field. The proposal here has evolved over many projects, many companies, and literally a total of many weeks spent arguing. It is no particular person's style and is certainly open to local amendments.

 (More)

Installing IIS on Windows XP Pro

General — Posted by: chatu phum @ 03/03 2007, 23:03
If you are running Windows XP Professional on your computer you can install Microsoft's web server, Internet Information Server 5.1 (IIS) for free from the Windows XP Pro installation CD and configure it to run on your system by following the instructions below: - (More)

How to install PHP for IIS on Windows XP Pro

General — Posted by: chatu phum @ 03/03 2007, 22:59

Here's a tutorial on installing PHP under windows to your local machine/testing server:

Download the latest Windows installer (I used 4.3.4) from http://www.php.net/downloads.php and save to a convenient loacation.

 (More)


© Php My Develop, All rights reserved.