Where to start learning PHP

First install Apache on your pc and get it running.
I assume you can write HTML, so create a single homepage under htdocs/ named index.html

Now you can install PHP and the server to run index.phtml (the php version)

From there you can pickup the coding syntax online.
 
Back