0
How to learn php
I wanna know which resources (book or internet) is good one for learning PHP
5 Answers
+ 1
Travercy Media channel on YouTube.
search php in Travercy media
+ 1
If you need a book to start, "Programming PHP" by Kevin Tatroe, Peter MacIntyre and Rasmus Lerdof (the author of PHP) is by far *the* essential book for learning PHP. Otherwise, I would recommend starting with a PHP course on SoloLearn to get the gist of it, then broaden up the knowledge and get some practice by using material from "PHP Cookbook" by David Sklar and Adam Trachtenberg. Also, don't be afraid to use the official PHP Manual at http://php.net/docs.php.
0
http://php.net
Almost everything about PHP that you should know right now.
0
Thnx for ur advice solomates