Click to See Complete Forum and Search --> : Hey...... i Cant setup PHP 5.2
mishu007
12-30-2006, 03:51 AM
I need help...I am a newbie.. i want to learn PHP. thats why i have downloaded PHP 5.2(EXE version) from PHP.net . now i want to setup my machine as a PHP server. Now After installing PHP 5.2 i am not able to Start the program. I dont know from where to start. Plz help me. How do i configure that. When i was intalling that I have seen a lots of option like IIS, CGI,Apache Module, Xitami, OtherCGI. whats that?
looking for a help.
aussie girl
12-30-2006, 04:00 AM
d/load and install WAMP(Windows-Apache-MySQL-PHP) so much easier
mishu007
12-30-2006, 04:09 AM
Any other Way.. Because I have Already installed MySQL 5.0 for my TOMCAT server.
MstrBob
12-30-2006, 09:12 AM
You most likely want to do server-side work with PHP? As in a PHP powered website?
In that case, you need to install an HTTP Server as well. You already have a database, that's good. I would install the Apache Web Server, a very popular (and powerful) choice. First, uninstall PHP. Then, download and install Apache 2.2 (http://httpd.apache.org/download.cgi). Reinstall PHP 5.2 with the installer, make sure to install the Apache 2.2 modules. You should be good to go. If you have problems or questions, you can check the PHP Installation Docs (http://www.php.net/manual/en/install.windows.installer.msi.php) .
mishu007
12-30-2006, 10:27 PM
Thanks a lot.......