Paul Jinks wrote:
<snip>
>> <?
>> while($ouput_row = mysql_fetch_array($result)) {
>> ?>
>> <?=$output_row["projTitle"]?><br /><snip> Paul - is this the actual code that you are using? - because you have a typo in your while statement - $ouput_row instead of $output_row - means that when you try and echo $output_row it doesn't exist! Rory -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

