'.$link.' '.$text2.'
'; $i++; } $i=0; while (($i < $num) && ($hidestuff=='SHOW')) { $url = mysql_result($result,$i,'url'); $link = mysql_result($result,$i,'link'); $text1 = mysql_result($result,$i,'text1'); $text2 = mysql_result($result,$i,'text2'); if (trim($text1)=='Where are there so many con-men in the') $text1 = 'Why are there so many con-men in the'; if (trim($text1)=='') $text1 = ''; if (trim($link)!='Bling?') echo $text1.' '.$link.' '.$text2.'
'; $i++; } $i=0; while ($i < $num3) { $url = mysql_result($result3,$i,'url'); $link = mysql_result($result3,$i,'link'); $text1 = mysql_result($result3,$i,'text1'); $text2 = mysql_result($result3,$i,'text2'); if (trim($text2)=='') $text2 = ''; echo $text1.' '.$link.' '.$text2.'
'; $i++; } ?>