afma_afma
01-11-2006, 03:02 PM
hello there,
i am a beginner and i am just starting to learn php and mysql.can any one please help with the following:
1.can any one tell me the procedures to install php and mysql in a
windows xp platform.
2.can any one proveide me with a good begnner to learn php and
mysql.
thank u in advance....
ahmed
marek_mar
01-11-2006, 05:16 PM
A good apache/php/mysql installation tutorial: http://www.philbrodeur.com/tutorials/server2/
afma_afma
01-11-2006, 05:25 PM
hi marek,
thanks for the link, it is really a good one.....
ahmed
there's also a good apache/mysql/php install at http://www.apachefriends.org and another one at http://www.easyphp.org
I think apachefriends is better.
As for PHP, the documentation on the official http://www.php.net site is great.
degsy
01-12-2006, 02:06 PM
They are quite easy these days because they all have installers that guide you though it.
If you want easier options then checkout a complete package
http://www.en.wampserver.com/
afma_afma
01-12-2006, 03:46 PM
hello all. thanx for the help.
ahmed
afma_afma
01-12-2006, 04:14 PM
hello degsy,
the complete package site u gave me was really easy
(http://www.en.wampserver.com/) .
can u tell me how i should enable apache service here.i am unable to start service as all the buttons for starting ,stopping and restarting service are disabled.can u tell me what minor change i have to perform for the apache server to run properly.
thank u
ahmed
degsy
01-13-2006, 02:02 PM
It should be enabled by default. If not there should be a shortcut in the wamp start menu folder to start apache and register it as a service.
There may also be a batch file for it in wamp's program files folder.
If not you can register it manually
http://httpd.apache.org/docs/2.0/platform/windows.html#winsvc
afma_afma
01-13-2006, 03:21 PM
hello degsy,
i found out the intial problem.....the port assigned to apache was used by some other application.so i just changed the port number in the conf file in apache folder.now that apache service has started and running well.
now i have another problem.....the simple php code which displays phpinfo is not executing.when i try to run only empty browser shows up.
see the following basic thing is not running...please can u help me out...
<?php
// Show all information, defaults to INFO_ALL
phpinfo();
?>
thanx
ahmed
If you install PHP on Windows XP with IIS, here is a tutorial. (http://www.kidslovepc.com/php-tutorial/install-php-windows-xp.shtml)