<? $wynik=mysql_fetch_array(mysql_query("select * from `users` where `user_admin`='1' and `user_id`>='0'")); if($wynik) { ShowInPanel(); } else { } ?>
Sory ale po 10 minutach nieudanych prób w końcu zrobiłem...
Jak ktoś miał też problem taki to proszę:
<? if($_SESSION["zalogowany"]>=1) { if($wynik) { ShowInPanel(); } else { } } else { } ?>