For Programmers: Free Programming Magazines  


Home > Archive > PHP DB > May 2007 > Re: [PHP-DB] $_POST["mypassword"]; ***Undefined index: mypassword









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: [PHP-DB] $_POST["mypassword"]; ***Undefined index: mypassword
Dimiter Ivanov

2007-05-14, 6:58 pm

On 5/14/07, Chetanji <chetan_graham@amritatech.com> wrote:[color=darkred]
>
> I corrected a small spelling error to make the situation more understandable.
> Everything is the same I am stuck!
> Thanks in Advance, Chetanji
>
> Chetanji wrote:

Those messages mean that the variables $_POST["myusername"] and
$_POST["mypassword"]; are not set.
Try dumping the $_POST array "var_dump($_POST);" , to see what is in
there, before you assign the values to $mypassword and $myusername.
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com