How can I learn php & mysql with the most efficiency?
I can edit php/mysql but I have a hard time writing it. I know there are php tutorial web sites and what not but what is the most efficient? I can not spend any money and am needing something that is to the point.
Thanks a lot.
2 Responses to “How can I learn php & mysql with the most efficiency?”



W3Schools generally has good tutorials:
http://www.w3schools.com/php/php_syntax.asp
For a more thorough approach, see the php.net language reference:
http://www.php.net/manual/en/langref.php
Once you have learned the basics, the php.net function reference is invaluable:
http://www.php.net/manual/en/funcref.php
(Report comment)
Check your local library; I get most of my PHP/MYSQL books from there. I am sure that they will have many books on these languages. I occasionally see many web designers in libraries a lot. Many of these books give detailed examples of scripts. At the library try searching for Php & Mysql for dummies, it is a fantastic book.
(Report comment)