|
";
while ($row = mysql_fetch_assoc($result))
{ $ac_select .= "\r";
}
$ac_select.="";
//echo $db_list['cat_goarticles'];
// SET GOARTICLE SELECT
$result = get_cats($db_list['cat_goarticles']);
$ga_select =" ";
echo "
ArticleCity.com "; echo $ac_select; echo " GoArticles.com "; echo $ga_select; function get_cats($db) {//echo $db."--- "; global $result; $query="SELECT * FROM `".$db."`"; //echo $query." "; doQuery($query); return $result; } ?>
|