Jump to content

insert values


gple

Recommended Posts

I have a bunch of information that I want to insert into a table

 

insert into TABLE values ('hello','I','am','lost');

 

pretend that the words that are being inserted are coming from a form for another page. In he case I above I have declared that the table has four columns to insert into. What if I do not know how many columns there are?

Link to comment
https://forums.phpfreaks.com/topic/66668-insert-values/
Share on other sites

This is what the situation is: I am building a page that reads how many columns are in a table. Depending on how many columns,  a form is created to input data into each of those columns. Then I pass the data to another page which inserts it into the table. But the question is this:

 

I need to create an insert statement dynamically depending on how many columns there are.

Link to comment
https://forums.phpfreaks.com/topic/66668-insert-values/#findComment-334026
Share on other sites

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.