DEV Community

Discussion on: Suggest me the best way to learn PHP?

Collapse
 
toqeer__abbas profile image
Toqeer Abbas

I am a front end developer and i prefer to read articles and tutorials

Collapse
 
rowasc profile image
Romina Suarez

[practical book with code examples and guidelines] phpapprentice.com/ this looks great, from a quick check. It takes you through all the basics, and then from there you will be able to decide more specifically depending on what you want to build, going through tutorials for X or Y

phptherightway.com/pages/The-Basic... this site in general seems pretty good, so maybe it's a good reference/handbook to keep handy as well !

[video tutorial] In case you also like video laracasts.com/series/php-for-begin... this is video may be a helpful guideline to get started. It's a little old (2016) but a lot of the basics will still be useful.

Depending on what path you want to take next (CMSs, frameworks, integrations you may want) you will probably benefit from specialized courses and content, but learning the basics first is always a good thing !

Of course, the PHP manual is always a handy resource as well (php.net), as is dev.to .

Good luck !

Thread Thread
 
toqeer__abbas profile image
Toqeer Abbas

Thanks so much....