This is a discussion on Re: [PHP] How New Is <<<HERE? within the PHP General forums, part of the PHP Programming Forums category; Bingo! Thanks, everyone! And thanks especially to Andrew! You were right: I needed the action and method attributes. And then ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Bingo!
Thanks, everyone! And thanks especially to Andrew! You were right: I needed the action and method attributes. And then it does increment. My last question on this episode: Why did it work before this for some of you trying it out for me? I mean, the code is the code, right? And either it's correct or it's not. How come it worked without these other attributes for some of you? Steve ----------------- It looks like your form tag is missing some attributes needed to point your browser to the script as to where to submit the data. if you were to try with your form tag as <form action="___SCRIPT_ITSELF_FILENAME___" method="post"> ?? Andrew. -------------------------------------------------------------------- mail2web - Check your email from the web at http://mail2web.com/ . |
|
|||
|
It incrementeted for me only after I changed $_POST to $_GET, but never
gave errors. stiano@optonline.net wrote: > Bingo! > > Thanks, everyone! And thanks especially to Andrew! You were right: I needed > the action and method attributes. And then it does increment. > > My last question on this episode: Why did it work before this for some of > you trying it out for me? I mean, the code is the code, right? And either > it's correct or it's not. How come it worked without these other attributes > for some of you? > > Steve > > ----------------- > > It looks like your form tag is missing some attributes needed to point > your browser to the script as to where to submit the data. > > if you were to try with your form tag as <form > action="___SCRIPT_ITSELF_FILENAME___" method="post"> ?? > > Andrew. > > -------------------------------------------------------------------- > mail2web - Check your email from the web at > http://mail2web.com/ . > -- Olwen Williams See my B&B site http://www.bandbclub.com and my new site http://www.handyman.co.nz - A virtual shed for real kiwi blokes. |