Welcome to learning PHP and MySQL. this book is intended to those who wish to code in PHP to handle data in a server-side context. You will discover how the language is structured through its organization : keywords, variables, loops, conditional expressions as well as functions.
You will answer to a form that sends information to a server, thanks to the superglobal variables. With PHP, you can manage a MySQL database with the PHPMyAdmin tool. But you can also program with procedural MySQLi or object-oriented PDO functions. Feel free to test all the exercises of this book to immerse yourself better inside the syntax and the many instructions.
Enjoy your reading.