I fairly new to php and have a question about mysql and arrays.

What I am trying to do is pull multiple rows of data out of a mysql database 
and I need to use that data as input for another table.  I have tried to use 
mysql_fetch_array and have it write to the new table inside a while loop, but 
it only enters the first row of data into the new database.

I have also tried to create an array from the data and use that with a 
foreach loop to input into a new database. Any suggestions on how to do this 
properly?

-- 
Scott Kalbach

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to