> Sorry, I'm a PHP newbie.  The only way I know you can pass values to a php
> script is the normal way, through the URL, as in:  a
> href=yourscript.php?var1=value&var2=value... etc.

Not strictly true.

I am primarily a Lasso developer and I can pass values (and do) using Form,
URL and Cookies. In Lasso Cookies are not set in the headers or as part of
an explicit session instruction, but rather just like setting a global
variable, but obviously linked to the user's session.

George, also a php newbie, but constantly wowed by what appears possible
with it

"anch.org" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Sorry, I'm a PHP newbie.  The only way I know you can pass values to a php
> script is the normal way, through the URL, as in:  a
> href=yourscript.php?var1=value&var2=value... etc.
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to