> why don't u do something like
>
> if (!username)
> { you can not access this page
> }
> else
> {
> //page content
> }
>
> ?
>
> that's a quick fix but might be all you need to do..Umm...I hope register_globals is off... www.yourdomain.com/yourpage.php?username=a_bad_user ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

