Insert Data
Insert
We will be showing you how to do a basic INSERT with BLOXsql.
After a database and a table have been created, you are able to start creating some data into them with BLOXsql.
Here are some syntax rules to follow:
The SQL query must be quoted in PHP
String values inside the SQL query must be quoted
Numeric values must not be quoted
The word NULL must not be quoted
w3schools.com
The INSERT INTO is used to add new records to a MySQL table. Here's an example using BLOXsql.
Inserting data into a table.
Last updated
Was this helpful?