Jump to content

insert in database using array


abhikerl

Recommended Posts

Thanks for the answer but I wasn't clear enough. Actually, suppose I have a form with data which I want to insert in the database. We will use :

"mysql_query("INSERT INTO Persons (FirstName, LastName, Age)

VALUES ('Peter', 'Griffin', '35')");"

 

But I want to use array to insert this type of data..

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.