PHP Solutions
Chapter 11
The theme of this chapter is using a database, specifically, acessing and modifying a database through phpMyAdmin.
The only solutions I was required to do were solutions 1, 3, and 6. The last is also posted on this section's main page.
Solution Index
- Solution 11-1
- Making a reusable database connector
The solution doesn't do anything, so I wrote the code that's in the include file. Minus actual usernames, passwords, and connections, of course. - Solution 11-3
- Counting records in a result set (PDO)
I didn't do this and skipped directly to the next exercise. - Solution 11-6
- Displaying the images table using PDO
This is displays a table of everything in my "images" table from my database.