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

