I'm learning php so any recommendation?

w3schools or download one pdf book any and first out what to learn and how to learn ! so step by step ...
 
I'm sure you will find tutorials / etc on the net... PHP is easier to learn when you have a project in mind.
Get an idea, and start exploring the web after what you need.

Another advice, personally, the best way to code is to use 2 screens, when one has the code editor (IDE) and the second has the documentation opened to let you quickly search function names, etc.
For PHP I use chrome' addon: php docs-to-go, it does not need any internet connection, so you can browse the manual when having no internet (on trains, etc).
Good luck!
 
Try LYNDA php tutorials and VTC php tutorials for more help.
 
There are books and there are youtube channels. Also don't forget to setup development environment. Should be all set
 
I'm only using W3schools and php.net, but there are a lot of good tutorials out there.
Like some people said earlier, the best way to get your skill to the next level is to keep using everything that you know and keep creating something, let your imagination go wild, see every problem as a challenge and work around hard to find the solution.

That is what I have done on learning PHP and the learning will never stop :)
 
phpacademy on youtube is place to check out.and there are many other channels on youtube for learning php from a2z
 
Php.net and w3 schools for the theory, google for reference.

and most importantly, pick some small projects in php based on whatever interests you, and then build them from scratch - that's the best way to learn IMHO.
 
Back
Top