November 2017
Intermediate to advanced
705 pages
26h 56m
English
In This Chapter
Although this book focuses on using MySQL and PHP together, you’ll do the majority of your legwork using PHP alone. In this and the following chapter, you’ll learn PHP’s basics, from syntax to variables, operators, and language constructs (conditionals, loops, and whatnot). As you are picking up these fundamentals, you’ll also develop usable code that you’ll integrate into larger applications later in the book.
This introductory chapter will cruise through most of the basics ...