Jeffrey Way has a great intro series at Laracasts (this one's free), along with a ton of other videos/series (some free, some requiring a subscription).
The official docs are also well written and have some good examples, though they tend to more narrow (how does this function work and what are its quirks, rather than how to build something).
I have been using php for over a decade. Best way to learn it is make something for yourself or for a friend. Dont think too much about syntax or rules. Just build something and learn what it requires.
If you are a beginner and you are looking for something like Step by Step tutorial you can check this PHP tutorial at redtutorial.com/php-tutorial . Good luck with learning PHP.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Jeffrey Way has a great intro series at Laracasts (this one's free), along with a ton of other videos/series (some free, some requiring a subscription).
The official docs are also well written and have some good examples, though they tend to more narrow (how does this function work and what are its quirks, rather than how to build something).
Thanks for everything.
I have been using php for over a decade. Best way to learn it is make something for yourself or for a friend. Dont think too much about syntax or rules. Just build something and learn what it requires.
I understood. Can you send me PHP lessons?
You can try homeandlearn.co.uk/php/php.html. This is the site that I used to learn PHP and I have been grateful ever since.
phptherightway.com/
If you are a beginner and you are looking for something like Step by Step tutorial you can check this PHP tutorial at redtutorial.com/php-tutorial . Good luck with learning PHP.