Creating PHP scripts

WAMP5

Creating PHP scripts Previous Top Next

Well, we're not here to teach you how to write PHP scripts ;-)  
The best way to learn is to buy a book or to read the PHP documentation on PHP's official site :
 
http://www.php.net
 
For MySQL : http://www.mysql.com
 
Just know that you just need to create a directory (project) in your www directory and put your scripts in it. Start your server, open an Internet navigator and open this address :
 
http://localhost 
 
or access it threw the service manager (icon tray).
 
It's that easy...