It incrementeted for me only after I changed $_POST to $_GET, but never gave errors.

[EMAIL PROTECTED] 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.


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



Reply via email to