On h, 2007-02-12 at 14:09 +0000, Edward Kay wrote: > > <div class="FormLabel">Age <span class="translate">Alter</span>:</div> > > <input type="text" name="txtAge" maxlength=50 style="width:70px";> > > > > There's your problem: name="txtAge". For your PHP script to work you need > name="_txtAge". in his last email the OP has the name "txtAge" in his php script also... greets Zoltán Németh > > 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