EvilZone
Programming and Scripting => Web Oriented Coding => : KingCasra April 06, 2015, 04:32:24 PM
-
I'm looking for a good resource on learning PHP, does anybody have favorite books or videos etc.
-
I'm looking for a good resource on learning PHP, does anybody have favorite books or videos etc.
well man you should use search or something. There is a thing like this here https://evilzone.org/wiki/index.php/The_big_ebook_index#.40PHP with many favorite books
-
Yea you're right probably should have searched first, I just wanted to get everyones input though but thanks though.
-
BOOKS:
http://www.amazon.com/PHP-Web-Visual-QuickStart-Edition/dp/0321733452/ (http://www.amazon.com/PHP-Web-Visual-QuickStart-Edition/dp/0321733452/)
http://www.amazon.com/PHP-MySQL-Dynamic-Web-Sites/dp/0321784073/ (http://www.amazon.com/PHP-MySQL-Dynamic-Web-Sites/dp/0321784073/)
http://www.amazon.com/PHP-Advanced-Object-Oriented-Programming-QuickPro/dp/0321832183/ (http://www.amazon.com/PHP-Advanced-Object-Oriented-Programming-QuickPro/dp/0321832183/)
If you have any programming experience, you can skip the first one.
VIDEOS:
http://www.lynda.com/MySQL-tutorials/PHP-MySQL-Essential-Training/119003-2.html
-
If you want to learn some basics go here. http://www.codecademy.com (http://www.codecademy.com)
-
i would throw in a vote for https://www.codecademy.com/ as well i am just starting the javascript.
might i add geany is a great ide for php as will as notepad a with your apache.log and error.log open.
-
If you're gonna learn PHP, you might as well learn the rest.
One of the best books I know: http://shop.oreilly.com/product/0636920036463.do
You can get it for free if you look into the right places.
-
simply go to http://php.net/manual/en/
-
The best pracrice for php is actually just jumping to the water and start building something like a website.
Sent from my LG-D855 using Tapatalk
-
I think that the best way to learn php is to take a book that teach you the language foundamentals and then jump into a project make mistake and fix it, this is the best way, for me, to learn php and every programming language in the world. A good and free start could be http://www.phptherightway.com/ (http://www.phptherightway.com/)
-
well man you should use search or something. There is a thing like this here https://evilzone.org/wiki/index.php/The_big_ebook_index#.40PHP with many favorite books
E-books and wiki is not available for under 20 post memebers
I agree with:
simply go to http://php.net/manual/en/