SetQuery("Select * from #@__flink where ischeck>0 order by sortrank asc");
$dsql->Execute();
$txtlink ="";
$imglink ="";
$linkdata = "";
while($dbrow=$dsql->GetObject())
{
$wtitle = cn_substr($dbrow->webname,$titlelen);
if($dbrow->logo==""){
$txtlink .= "$wtitle\n\t\t\t\t\t";
}else{
$imglink .= "\n\t\t\t\t\t";
}
}
$dsql->Close();
if($dopost=="save"){
ShowMsg("To increase the success of a link, but the need to review before they can show!","",1);
}
?>