Re: [PHP-DB] mysql data into array

2001-03-14 Thread Mark Robinson
Hello Scott, Tuesday, 13 March 2001, you wrote: SK> I fairly new to php and have a question about mysql and arrays. SK> What I am trying to do is pull multiple rows of data out of a mysql database SK> and I need to use that data as input for another table. I have tried to use SK> mysql_fetch

[PHP-DB] mysql data into array

2001-03-13 Thread Scott Kalbach
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