Page 1 of 1

Inserting arrays

Posted: Mon Jan 26, 2004 9:43 am
by mccommunity
I have an array that is setup as Key=>Values I am trying to loop through this array adding all the values into a database. How would I do this does anyone have a sample?


Thanks

Posted: Mon Jan 26, 2004 9:47 am
by m3mn0n
Check out [php_man]foreach[/php_man](), and the [php_man]mysql[/php_man] section of the manual. :)