Re: [PHP] Strange submission problem

2002-09-18 Thread Jesse Lawrence
Hmmm, that was the solution. That's kind of a strange little thing isn't it? Thanks a lot for your help, Jesse I've had this same problem. It seems that the value of submit is only sent if the button is clicked (netscape and internet explorer). Could it be that you're using the enter

Re: [PHP] Strange submission problem

2002-09-18 Thread Jacob Miller
I've had this same problem. It seems that the value of submit is only sent if the button is clicked (netscape and internet explorer). Could it be that you're using the enter key to submit the form? The solution I used was to remove the value assignment to the submit button and set it in a hi