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

[PHP] Strange submission problem

2002-09-18 Thread Jesse Lawrence
Hello everyone, In a simple signup form that I'm using, I send the variables to a script, which performs a function if ($submit == "register") { function(); } The problem is, my signup form isn't passing the submit variable, though it is passing the other variables in the form. The strange t