| PANEL |
 |
|
|
|
GALERIA |
$result1=mysql_query("select * from menu where klasa='gora'");
while($row1=mysql_fetch_assoc($result1))
{
$text1=strtoupper($row1['name']);
echo "".$text1." | ";
}
?>
|
|
while($row=mysql_fetch_assoc($result))
{
echo "";
$id_kat=$row[ID];
if($to==$id_kat)
{
$result1=mysql_query("select * from menu where parent='$to' order by zm");
while($row1=mysql_fetch_assoc($result1))
{
echo "";
}
}
}
?>
|
include('strona.php') ?> |
|
|
$result1=mysql_query("select * from menu where klasa='dol'");
while($row1=mysql_fetch_assoc($result1))
{
$text3=strtoupper($row1['name']);
echo "".$text3." | ";
}
?>
|
|