Re: Re: PHP/MySql noob falls at first hurdle

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Brice wrote:

Try to check the key of your result row with a print_r or a var_dump command.

Brice Favre
http://pelmel.org/


Like this?

	<?php
	while($ouput_row = mysql_fetch_array($result))
	print_r($output_row);
	?>

Apologies if this is pathetically wrong. Like I said, I'm a total noob. The above returned no data or errors, by the way.

Thanks

Paul

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux