Hi,
I'm looking for a way to stop spoofed forms, in general.
Nothing sensitive, so I don't want to use passwords, just stop idiots messing.

I saw Brian's last post, and this may be a solution.

if (!$_SERVER[HTTP_REFERRER]) = 'enter.php'
 {echo "Access Refused";}

but I've heard that not all browsers pass the referrer, anyone know for certain?
Bob.



Community email addresses:
  Post message: [email protected]
  Subscribe:    [EMAIL PROTECTED]
  Unsubscribe:  [EMAIL PROTECTED]
  List owner:   [EMAIL PROTECTED]

Shortcut URL to this page:
  http://groups.yahoo.com/group/php-list 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php-list/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to