SQL to insert new store
I am working on a script to import and insert new stores along with the slug, description, parent, and store url.
I am not sure of the mysql insert code. Can someone from appthemes give me the proper mysql code. For instance (example code)
mysql_query("INSERT INTO table (FirstName, LastName, Age)
VALUES ('Peter', 'Griffin', '35')");