why

September 23, 2004 by Carl Grint
Why would you wish to insert each row separately..?
It would be much easier to have an Insert run through all the rows and insert into the database, as a single process, rather then running multiple forms.

If this for an online store, check out charoncart at www.charon.co.uk

insert into the database, as a single process

September 23, 2004 by Ric RSteiner

This would be great. I just don't know how or where...

 

Thanks,

Ric

re: insert into the database, as a single process

September 24, 2004 by Carl Grint
you could have a Tick box next to each item, which would enable 1 submit button to run the Insert. You would assign a Value, preferably from the database, to each entry you are displaying, when you select Submit, that value would be added to your database, either as a comma delimited string, i.e 1,2,3 or using say charon cart can run through and insert each one as a separate row. Check out charon.co.uk Charon cart. only £25

RE: re: insert into the database, as a single process

September 24, 2004 by Ric RSteiner

Thanks. After your first reply, took a look at Charon.co.uk and am now checking out the extension.

I am grateful for the help

Ric