what is the easiest, cheapest way to learn PHP?
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
what is the easiest, cheapest way to learn PHP?
3 Responses to “what is the easiest, cheapest way to learn PHP?”



1. Read everything you can at php.net
2. Install the Apache-PHP-MySQL trio of open source software on your PC, configured for PHP programming (go here: http://mpcon.org/apacheguide/index.php )
3. Download sample scripts (like displaying the current date and time, etc…) to learn by example
http://mpcon.org/apacheguide/index.php
(Report comment)
Go to: http://us2.php.net/tut.php
It’s a very helpful introduction with lessons put out by the people who design and maintain PHP.
http://mpcon.org/apacheguide/index.php
(Report comment)
Download a Wamp/Lamp/Mamp (Windows/Linux/Mac) system.
*amp systems are precofigured apache server with PHP and mysql server.
You will find a good varity of PHP tutorials on the web, a good place to start is http://www.php-mysql-tutorial.com/ …
http://www.php-mysql-tutorial.com/
(Report comment)