Hi All

I my query a MySQL database and have the following code

while (@temp = $table->fetchrow_array ()) {
        some code
        {

my problem is that I want the results from the database query to be access by
using $temp[0] for the first row then $temp[1] for the second row and so on. 

So is it possable to do this and if so how or where can I find the info.

Thank you.



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to