|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 7/9/2008 1:10:57 PM
Posts: 2,
Visits: 0
|
|
| Could someone please post a FAQ on how to install PHP on a windows server? If possible I would like it to be from someone who has personally run the install and knows for sure it works! Thanks!
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 7/9/2008 2:04:55 PM
Posts: 5,
Visits: 2
|
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 12/12/2009 9:36:54 AM
Posts: 9,
Visits: 2
|
|
why is different with windows XP?
thank's
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 12/12/2009 9:36:54 AM
Posts: 9,
Visits: 2
|
|
using database mysql or oracle?
thank's
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 12/12/2009 9:36:54 AM
Posts: 9,
Visits: 2
|
|
ok i hope you get the solutions
thank's
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 1/26/2010 8:21:10 PM
Posts: 10,
Visits: 5
|
|
The Windows PHP installer is available from the downloads page at » http://www.php.net/downloads.php. This installs the CGI version of PHP and for IIS, PWS, and Xitami, it configures the web server as well. The installer does not include any extra external PHP extensions (php_*.dll) as you'll only find those in the Windows Zip Package and PECL downloads.
Note: While the Windows installer is an easy way to make PHP work, it is restricted in many aspects as, for example, the automatic setup of extensions is not supported. Use of the installer isn't the preferred method for installing PHP.
First, install your selected HTTP (web) server on your system, and make sure that it works.
Run the executable installer and follow the instructions provided by the installation wizard. Two types of installation are supported - standard, which provides sensible defaults for all the settings it can, and advanced, which asks questions as it goes along.
The installation wizard gathers enough information to set up the php.ini file, and configure certain web servers to use PHP. One of the web servers the PHP installer does not configure for is Apache, so you'll need to configure it manually.
Once the installation has completed, the installer will inform you if you need to restart your system, restart the server, or just start using PHP.
_behaxor_
|
|
|
|