MySQL INSERT Query How To Add Data To Database Table http://www.wallpaperama.com/forums/mysql-insert-query-how-to-add-data-to-database-table-t5776.html Subscribe and keep up to date with MySQL INSERT Query How To Add Data To Database Table with the latest replies and comments from other people like you who are interested in MySQL INSERT Query How To Add Data To Database Table at wallpaperama.com en MySQL INSERT Query How To Add Data To Database Table [ Visit Post ] http://www.wallpaperama.com/forums/mysql-insert-query-how-to-add-data-to-database-table-t5776.html to add information into a mysql database table, its called INSERT this is an example: lets say i have a web form and i want to add a user to the user table i would send this sql query, the user submits this information: username = eric password = mypass so this is how i would insert this information into my database PHP CODE:$sql = &amp;quot;INSERT INTO table (username, password) VALUES ('eric','mypass')&amp;quot; another way to send this mysql query would be like this: PHP CODE:$sql = &amp;quot;INSERT INTO tabl <a href="http://www.wallpaperama.com/forums/mysql-insert-query-how-to-add-data-to-database-table-t5776.html">..... Read More </a> http://www.wallpaperama.com/forums/mysql-insert-query-how-to-add-data-to-database-table-t5776.html No Comments - [Add Your Comments] Fri, 02 Jan 2009 00:32:53 -0700 No Comments have been submitted for this topic. Be the first to add your comments at www.wallpaperama.com http://www.wallpaperama.com/forums/mysql-insert-query-how-to-add-data-to-database-table-t5776.html#