On Thu, 6 May 2004 03:42:48 -0700
"Erik Gjertsen" <[EMAIL PROTECTED]> wrote:

 > I have made a login page but I got an error on line 1.....

Where did you defined $dbc? Nowhere. 
>From "mysql_select_db($database_innlogging, $innlogging);" I guessing, that
you shuld use:

  global $innlogging;
  ...
  return mysql_real_escape_string($data, $innlogging);

--
Petr

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

Reply via email to