|
History & Information
| Documents | can't find what your after? search for it! |
$count=0;
while ($docrow = mysql_fetch_array($result)){
$count = $count+1;
if (($count/2)!=(round($count/2))){
echo "";
}else{
echo " | | ";
}
echo '';
if (($count/2)!=(round($count/2))){
echo " | ";
}else{
echo " ";
}
}
echo " ";
?>
|
|