> Umm...I hope register_globals is off...
And if not.
<form action="http://www.yourdomain.com/yourpage.php"; method="post">
<input type="text" name="username">
<input type="submit">
</form>
Can be used from every server to login.....
Op dinsdag 23 juli 2002 12:42, schreef John Holmes:
> > 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

Reply via email to