include "config.php";
$sql_select = "select * from $categorytable where id='$area'";
$result = mysql_query ($sql_select,$conID) or die ($sql_select);
$row = mysql_fetch_array($result) ;
$j2htotal=$row["counter"];
$name=$row["name"];
$j2hkeyword=$row["j2hkeyword"];
$j2hkeyword=$row["j2hkeyword"];
$open=$row["open"];
include "left2.php";
?>
$get_rows[name] ($get_rows[counter]) | "; $next++; }?>|||