Forum Moderators: coopster
<? echo $myrowInfo["Image"] ?>
<? echo $myrowInfo["price"] ?>
etc
Its like it needs to run the sql, check to see if any thing is there then echo output, if no output the users don't see anything.
Thanks guys
Ski442
if(mysql_num_rows($queryInfo)){
//if query returns rows->print results here
}
else{
//do nothing
}