First PHP/MySQL Project Day 3: Displaying Data
Today I did a bit of reorganization and then figured out how to select and display the data from my MySQL database. The video’s only three minutes long.
Links for Displaying Data
- PHP MySQL Select - Info on the
SELECTstatement from W3Schools.com. I copied their example to display my to-do list. - PHP: mysql_query - All about the
mysql_queryfunction from the PHP manual. - PHP: mysql_fetch_array - All about the
mysql_fetch_arrayfunction from the PHP manual.
By the way, I should mention that my to-do list is open to all kinds of security threats. That doesn’t matter right now, though, since I’m the only one using my site.


