Featured Posts Archive
Posted by Scott
$c = 0;
$r = 0;
for($i=0; $i < $row = @mysql_fetch_array($result); $i++) {
$id = $row["id"];
$image = $row["photo"];
$title = $row["post_title"];
$link = $row["post_link"];
?>
‘;
}
?>
Comments are closed.