←back to thread

PHP 8.5

(stitcher.io)
201 points brentroose | 3 comments | | HN request time: 0.414s | source
1. icar ◴[] No.45992600[source]
Do people have any recommendations for modern PHP tutorials and learning sources?
replies(2): >>45992636 #>>45993141 #
2. johnisgood ◴[] No.45992636[source]
Yes, see: https://news.ycombinator.com/item?id=39989663

---

Books:

* PHP & MySQL: Novice to Ninja by Tom Butler

* PHP 8 - Quick Scripting Reference by Mikael Olsson

* PHP 8 Objects, Patterns, and Practice by Matt Zandstra

* Programming PHP (2020) by Kevin Tatroe and Peter MacIntyre

I personally found them to be really good. I learned a lot from the first book especially.

You can find the code from the first book here: https://github.com/spbooks/phpmysql7

I hope this helps.

3. moebrowne ◴[] No.45993141[source]
https://phptherightway.com/ Is a good place to start