Date: 07/05/01
- Next message: Romeo Manzur: "Re: [PHP] $phpvar = javascriptvar???"
- Previous message: Kurt Lieber: "Re: [PHP] multiple domains using one cookie"
- In reply to: Romeo Manzur: "[PHP] $phpvar = javascriptvar???"
- Next in thread: Romeo Manzur: "Re: [PHP] $phpvar = javascriptvar???"
- Reply: Romeo Manzur: "Re: [PHP] $phpvar = javascriptvar???"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
As the original respondent said:
window.location = 'http://url?yourVar=' + yourVar;
from there, parse out the URL variable and store it into a PHP variable and
you're good to go.
----- Original Message -----
From: "Romeo Manzur" <rmanzur <email protected>>
To: <php-general <email protected>>
Sent: Thursday, July 05, 2001 11:55 AM
Subject: [PHP] $phpvar = javascriptvar???
> what I mean is, how could I save a javascript var value on a php var???
> Thanks...
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: php-general-unsubscribe <email protected>
> For additional commands, e-mail: php-general-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>
>
>
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Romeo Manzur: "Re: [PHP] $phpvar = javascriptvar???"
- Previous message: Kurt Lieber: "Re: [PHP] multiple domains using one cookie"
- In reply to: Romeo Manzur: "[PHP] $phpvar = javascriptvar???"
- Next in thread: Romeo Manzur: "Re: [PHP] $phpvar = javascriptvar???"
- Reply: Romeo Manzur: "Re: [PHP] $phpvar = javascriptvar???"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

