PDA

View Full Version : populate many tables from one form


rimages
05-22-2003, 12:21 PM
Hi,

I am just wondering if it is possible to set up one online form that will submit values to many tables. Is this possible using XML or any other language? Does anyone have a solution for this?

Thank you

Roman

whackaxe
05-22-2003, 03:37 PM
you would need a server side language. my fav is PHP from www.php.net it has built in mysql support

rimages
05-22-2003, 03:39 PM
thanks