Re: Newbie
- From: Andrew Hutchings <info@xxxxxxxxxxxx>
- Date: Fri, 29 Jun 2007 16:28:58 GMT
ZeldorBlat wrote:
On Jun 29, 11:15 am, Reggie <joelregisfo...@xxxxxxxxxxx> wrote:Notice: Undefined variable: submit in /home/fhlinux169/c/
clashoff.co.uk/user/htdocs/create_entry.php on line 7
not registered
You get the error because $submit is not defined. You need to use
$_POST['submit'] (and probably $_POST['username'] and
$_POST['password'] as well).
Read this:
<http://www.php.net/manual/en/language.variables.predefined.php>
And pay special attention to the notes about register_globals.
It should also be noted that Notices are not Errors as such. Your script will normally execute fine with Notices but for improved security and performance you should try to avoid them.
--
Andrew Hutchings - LinuxJedi - http://www.linuxjedi.co.uk/
Windows is the path to the darkside...Windows leads to Blue Screen. Blue Screen leads to downtime. Downtime leads to suffering...I sense much Windows in you...
.
- References:
- Newbie
- From: Reggie
- Re: Newbie
- From: ZeldorBlat
- Newbie
- Prev by Date: Re: Newbie
- Next by Date: Re: resize image and memory limits
- Previous by thread: Re: Newbie
- Next by thread: Newbie
- Index(es):
Relevant Pages
|