Administering MySQL Databases on the Web Using PHP

11
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.

Link: webreference.com

Category:

  • Databases