PHP MySQL: Inserting DataTag: mysql, database, insert, data Category: PHP Databasepost: 02 Mar 2008 read: 1,476 php mysql basic step by step tutorial - part 8: To insert data into database, use the sintaks: INSERT INTO nama_table (field1,field2,...) VALUES ('data1','data2',...) If the field parameter do not declare, the amount of the inserting data must have the same as the amount of the table field.
For the result:
If you see through phpmyadmin
|
| | Give Your Opinion | Recommend |
|

