Ok, other than codecademy, w3schools...where can I learn PHP? I don't really like the "here is a line. Type this sentence in here".
Lynda.com if you want to spend a once off one month subscription.
Edit. There is a gorgeous PHP essential training course available on Lynda.com
Go sign up for a trail and do it the trail is long enough for you to finish that course.
I also strongly suggest the object oriented programming with PHP course after that Essential training one.
With those two under your belt you can start doing some neat stuff.
Dayle Rees has written an online book (that can be purchased as well, to support his work) called PHP Pandas. It covers the essentials, from installation, to all the new goodies in PHP7.
The elephant in the room...Thanks, I actually had a lynda.com sub last year. Completely forgot about it. TIME TO reactivate.
As for OO. Know the stuff.. But will go through the object oriented programming with PHP as well.
[)roi(];17408732 said:The elephant in the room...
Before you spend more money, php.net is a decent place to start: http://php.net/manual/en/tutorial.php
Thanks, I'm looking at getting involved with another developer whos doing the front end stuff on PHP. I know databases much more, it will be a MYSQL database , and he isn't too clued up on that so I'll assist the project in that area.
So I'll go through the lynda.com stuff as well as php.net.
Combine it with a PHP framework, makes life much easier and you'll have easier to maintain code with security vulnerabilities dealt with. I like CodeIgniter myself: https://www.codeigniter.com/ They have video tutorials for free (http://tutorialcodeigniter.com/).
It is under active development, has excellent documentation and an active forum.
Laravel is another option. Laravel is very popular, and there are tutorial video's available free of charge at laracasts (https://laracasts.com/series/laravel-5-fundamentals).
Laravel is another option. Laravel is very popular, and there are tutorial video's available free of charge at laracasts (https://laracasts.com/series/laravel-5-fundamentals).
Any books on the new laravel version?