php

what the best ever course or tutorial for php on the internet ?
4 Replies
Joao
Joao11mo ago
YouTube
Learn PHP The Right Way - Full PHP Tutorial For Beginners & Advanced
Hello & welcome to my first course "Learn PHP The Right Way". In this course, you will learn PHP from beginners level all the way to advanced. The "right way...
__andrian_deni
__andrian_deni11mo ago
if you prefer reading tutorial, I would recommend the https://www.phptutorial.net/ website. I follow that tutorial myself. Hope this help.
PHP
PHP Tutorial
PHP Tutorial
This modern PHP tutorial helps you learn how to develop dynamic websites and web applications using PHP from scratch.
tro_bak_75924
tro_bak_7592411mo ago
If you prefer books, there's "PHP & MySQL: Server-side Web Development" by Jon Duckett. It's a very good-looking and appealing book. https://www.amazon.com/PHP-MySQL-Server-side-Web-Development/dp/1119149223/ref=sr_1_1?keywords=php+and+mysql+jon+duckett&qid=1691790549&sr=8-1
PHP & MySQL: Server-side Web Development
PHP & MySQL: Server-side Web Development
winston
winston11mo ago
this is a great pdo tutorial imo. its for (mysql) database queries in a more secured way https://phpdelusions.net/pdo
Treating PHP delusions
(The only proper) PDO tutorial
There are many tutorials on PDO already, but unfortunately, most of them fail to explain the real benefits of PDO, or even promote rather bad practices. The only two exceptions are phptherightway.com and hashphp.org, but they miss a lot o...