FREELessons: 9Length: 1.1 hours
If you already know the basics of the PHP language and have created some simple scripts or applications, you might be wondering about your next step. To keep growing as a PHP coder, you need to keep learning and practicing new skills.
Let's take a closer look at databases in PHP. Join Jeremy McPeak as he teaches you how to use a database in PHP. You'll learn how to connect with a database and create, retrieve, update, and delete data. You'll also learn how to handle and store user input and how to secure your application against SQL and JavaScript injection attacks.
1.Introduction2 lessons, 11:07
2 lessons, 11:07
1.1Introduction01:23
1.1
Introduction
01:23
1.2What You Need09:44
1.2
What You Need
09:44
2.Working With Data6 lessons, 56:43
6 lessons, 56:43
2.1Creating Records (Inserting Data)13:20
2.1
Creating Records (Inserting Data)
13:20
2.2Reading Data08:10
2.2
Reading Data
08:10
2.3Updating Data With a Form: Retrieving the Record09:39
2.3
Updating Data With a Form: Retrieving the Record
09:39
2.4Updating Data With a Form: Writing the New Record05:52
2.4
Updating Data With a Form: Writing the New Record
05:52
2.5Deleting Data07:47
2.5
Deleting Data
07:47
2.6Refactoring for Clarity and Security11:55
2.6
Refactoring for Clarity and Security
11:55
3.Conclusion1 lesson, 00:56
1 lesson, 00:56
3.1Conclusion00:56
3.1
Conclusion
00:56
I started my development career on the client-side writing JavaScript and DHTML components in my spare time. In 2005, Nicholas C. Zakas asked me to join him in writing the first edition of Professional Ajax for Wiley Publishing. Since Professional Ajax, 1st Edition, I've been blessed to take part in other book projects: Professional Ajax 2nd Edition, and Beginning JavaScript 3rd and 4th editions.