RE: Beginner Questions regarding Mail and Forms

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> > <div class="FormLabel">Age <span class="translate">Alter</span>:</div>
> > <input type="text" name="txtAge" maxlength=50 style="width:70px";>
> >

Sorry - I was a bit too hasty with the send button. I've just seen that
you've also changed the name in the script too.

I also see that you have a semi-colon outside the style attribute. I don't
think this will help matters. Get your HTML to validate and that will
probably fix the problem.

Edward

> There's your problem: name="txtAge". For your PHP script to work
> you need name="_txtAge".
>
> PS: You should also have quotes around the 50 in the maxlength attribute.
>
> Edward

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux