I'm trying to make a page that requires an authentification by the user.

A lot of problems appear when I run a script copied from the "O'Reilly : Web
Database Applications".

One of them is the function :clean: that doesn't exist, according with the
php compiler:

  session_start();

  $authenticated = false;

  // Clean the data collected from the user
  $appUsername =
    clean($HTTP_POST_VARS["formUsername"], 10);
  $appPassword =
    clean($HTTP_POST_VARS["formPassword"], 15);

Can someone tell me what is the prob? Where can I get information for this
kind of script?

Thanks.



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to