Can anyone tell me why this doesn't work?
I need it so if someone is logged in, it won't show that. I already have it so that ?admin will be next to the url after someone is logged in, so $admin should exist, but it doesn't.PHP Code:<?php IF(!IsSet($admin)) { print("<a href=\"login.php\" onMouseOver=\"window.status='';return true\" onMouseOut=\"window.status='';return true\">"); } ?><FONT size="1" color="#1D2868">5</FONT><?php IF(!IsSet($admin)) { print("</a>"); } ?>





Bookmarks