At 1:32 PM -0400 7/8/08, tedd wrote:
Actually, you don't need to use sessions, post, nor get to pass variables between scripts.

Here's an example:

http://www.webbytedd.com/bb/tedd/index.php

Of course, the smart ones on this list will figure it out pretty quickly.


So, this code in the HTML page, at the stage just before the data is sent to the script of my choice, isn't using POST to pass the variable?

<form method="post" action="index.php">
[snip]
<input type='hidden' name='var2' value='hereWeGo'>
[snip]
</form>

-Jim

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

Reply via email to