Posted by Paul Jinks on 12/09/05 17:04
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
[Back to original message]
|