PHP Tutorial – Lesson 12 Hello!? Are you there?! – Using the SELECT statement
Monday, February 13th, 2006This is both the easiest and most difficult of the four SQL statements. The SELECT statement. We have covered putting data in the database (INSERT), removing data (DELETE), and changing data that already exists (UPDATE). Aside from the INSERT statement, which simply jams data into a table, you append a WHERE clause onto your statements […]