include("data.php");
$link = mysql_connect("$ipadd", "$cn2us", "$cn2pd");
mysql_select_db("$cn2db", $link);
$strsql = "SELECT * FROM root_table order by setarray";
$line_result = mysql_query($strsql, $link);
$i = 0;
while ($row = mysql_fetch_array($line_result)) {
//---------
if ($i % 5 == 0) {
$PrintA .= "
\n";
}
//---------
$i = $i + 1;
if($row[onefloor]==0){
$sfi="showroom2.php";
}else{
$sfi="showroom5.php";
}
$PrintA .= "";
if ($row[root_photo] != "nopic.gif"){
$PrintA = $PrintA . "";
}
$navmain =1;
?>
 |
include("searcheng.php");?>
|
|
|