From 3244d5821d0f7ebdb929ea542b70b818cc3f86e0 Mon Sep 17 00:00:00 2001 From: Dmitrii Frolov <65853205+dmitriifrlv@users.noreply.github.com> Date: Sun, 26 Feb 2023 08:20:36 -0500 Subject: [PATCH] changed description of PHP&MYSQL book --- _posts/16-10-01-Books.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/16-10-01-Books.md b/_posts/16-10-01-Books.md index 2fa2137..cda1466 100644 --- a/_posts/16-10-01-Books.md +++ b/_posts/16-10-01-Books.md @@ -19,7 +19,7 @@ for modern, secure, and fast cryptography. ### Paid Books -* [PHP&MYSQL](https://phpandmysql.com/) - The updated version of classic PHP book by Jon Duckett with amazing illustrations that teaches how to build dynamic websites with PHP and MYSQL. +* [PHP&MYSQL](https://phpandmysql.com/) - PHP book with excellent illustrations that covers all the fundamentals of PHP and MYSQL with practical examples. * [Build APIs You Won't Hate](https://apisyouwonthate.com/) - Everyone and their dog wants an API, so you should probably learn how to build them. * [Modern PHP](https://www.oreilly.com/library/view/modern-php/9781491905173/) - Covers modern PHP features, best practices, testing, tuning, deployment and setting up a dev environment.