Logo World

Thousands more options available.
Call 1-800-498-1928


"; }else{ while ($row = mysql_fetch_array( $result )) { echo ""; $catname = forDisplay( fromStorage( $row[0] ) ); $cellString = ""; $cellString .= ""; echo $cellString; echo ""; }//end while loop //close DB connection mysql_close($db); }//end test if ?>
There are no Categories at this time
\"\"

"; $cellString .= "".$catname."

"; }else{ $i = 0; while ($row = mysql_fetch_array( $result )) { if($i == 0){ echo ""; }//end if $prodID = fromStorage( $row[0] ); $pname = fromStorage( $row[1] ); $pdesc = fromStorage( $row[2] ); $ptmbimg = fromStorage( $row[3] ); $pvend = fromStorage( $row[4] ); if($pvend != 1){ //link is product $cellString = ""; }else{ //link is vendor $cellString = ""; }//end $pvend if/else echo $cellString; $i++; if($i == 3){ echo ""; $i = 0; }//end if }//end while loop //finish table if ($i == 1){ echo ""; }//end if if ($i == 2){ echo ""; }//end if //close DB connection mysql_close($db); }//end test if ?>
There are no current Products at this time
"; $cellString .= "\"$pname\"

".$pname."

"; $cellString .= "\"$pname\"

".$pname."

".$pdesc."