[PHP] Re: Pass Variables

2003-01-05 Thread Greg Beaver
Use sessions, you can save the result of the previous form in a server-side variable, and it will still be there even if the user has a modem disconnect. http://php.net/session Take care, Greg -- phpDocumentor http://www.phpdoc.org "Stephen" <[EMAIL PROTECTED]> wrote in message 000b01c2b518$d8e4

[PHP] Re: Pass variables via URL

2002-04-12 Thread phplists
This works: " width=150 height=100 border=0> This works too if you're not opposed to using straight php: \n\nImage Switch\n"; print "\n"; print "\n"; ?> Later, Bob Weaver "Craig Westerman" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I'm trying to set

[PHP] Re: Pass variables with PHP_SELF?

2001-07-15 Thread James, Yz
Hi David, If you know that the first form has been submitted, you could pass the variables through hidden variables: "; } ?> Should work.. And it's often better going through the POST method rather than the GET method (particularly if you want to restrict the user from tampering with the