Re: [PHP] Re: Administrator page and password problem

2004-04-07 Thread Red Wingate
Add this into the VERY last line : [...] 0) { $name = TRUE; } else { $name = FALSE; echo 'you have forgot to enter your name'; } // check for email adress if (strlen($_POST['email']) > 0) { $email = TRUE; } else { $email = FALSE; echo 'you have forgot to enter your email adress'; }

[PHP] Re: Administrator page and password problem

2004-04-07 Thread Erik Gjertsen
Thanks for help Red. Cut and past is not always wok But I have a new problem in the last line. I don't understand why it's problem here Thanks Erik Gjertsen http://www.w3.org/TR/html4/loose.dtd";> http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en"> Black PHP script 0) { $name = TRUE;

[PHP] Re: Administrator page and password problem

2004-04-07 Thread Erik Gjertsen
Thanks for help Red. Cut and past is not always work But I got a new problem in the last line. I don't understand watt the problem is here Thanks Erik Gjertsen "Erik Gjertsen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I try to made a administrator page that I need to writ user