$fproducts2=mysql_query("select * from pages where type='3' order by numorder asc limit 5")or die(mysql_error());
while($ft=mysql_fetch_array($fproducts2)){
$ftid2=$ft['id'];
$dttitle2=$ft['title'];
?>
}
?> |
|
$fproducts=mysql_query("select * from pages where type='5' order by rand() limit 5")or die(mysql_error());
while($ft=mysql_fetch_array($fproducts)){
$ftid=$ft['id'];
$dttitle=$ft['title'];
?>
}
?> |
|
$welidtitle2=7;
$weltit2=mysql_query("select * from pages where type='$welidtitle2'")or die(mysql_error());
while($f=mysql_fetch_array($weltit2)){
$welti2=stripslashes($f['name']);
$weldescription2=stripslashes($f['description']);
}
echo($weldescription2);
?>
|
|
|