[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

[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 !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN http://www.w3.org/TR/html4/loose.dtd; html

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

2004-04-07 Thread Red Wingate
Add this into the VERY last line : ?php } ? [...] ?php # script 3.11 register.php if (isset($_POST['submit'])) { // Handel the form // check for name if (strlen($_POST['name']) 0) { $name = TRUE; } else { $name = FALSE; echo 'pyou have forgot to enter your name/p'; } // check for