Need help with looping
Posted: Sat Apr 16, 2005 3:59 pm
I need some help making this code loop....
Thank you
Smackie
feyd | excessive punctuation marks in titles....
Code: Select all
<?php
include'config.php';
$sql = mysql_query("select * from home") or die(MySQL_Error());
$row = mysql_fetch_assoc($sql);
echo $row['message'];
?>Thank you
Smackie
feyd | excessive punctuation marks in titles....