Changes

Inserting Data into a MySQL Database

31 bytes added, 14:14, 19 March 2009
m
Inserting a Complete Row
};
</pre>
<google>ADSDAQBOX_FLOW</google>
Note that the product_id is specified as NULL. This is because the product_id in our imaginary table is set to AUTO_INCREMENT so we do not specifically set this. Instead, the MySQL database engine will automatically create a new value for us.