> Are short tags disabled? Change this line... > > <?=$output_row["projTitle"]?><br /> > > To... > > <?php echo ( $output_row["projTitle"] ) ?><br /> This line seems to work : <p>Result of <b><?=$SQLquery ?></b></p> -- Brice Favre http://pelmel.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php