> On another note, I have found that if I include (and use)
 > the submit button
 > everything works perfectly, HOWEVER if I just enter data and
 > hit return then it messes up.

You could try including a hidden submit field like this:

  <input type="hidden" name="submit" value="1">

For name="submit" change that to whatever name your normal submit button
has and you'll find that a submit is set even if you hit return instead
of clicking on the submit button.

It may or may not resolve the issues you're seeing but it can help
general form processing anyway.

CYA, Dave





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

Reply via email to