Administering MySQL Databases on the Web Using PHP
December 10, 2008 (12:00:00 PM) - 11 months, 3 weeks ago
Share
a>
Print
Comments
Inserting new items into the database is remarkably similar to getting items out of the database. You follow the same basic steps: make a connection, send a query, and check the results. In this case, the query you send is an INSERT rather than a SELECT.