]
Subject: RE: [PHP-WIN] Passing Javascript Variables to PHP
At 02:37 PM 4/2/02 -0700, Robin Bolton wrote:
>Another way to pass data from JavaScript <-> PHP is with cookies.
Good point!
-Mike
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/
At 02:37 PM 4/2/02 -0700, Robin Bolton wrote:
>Another way to pass data from JavaScript <-> PHP is with cookies.
Good point!
-Mike
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
or the client-side logic), and it worked quite well.
-Original Message-
From: Mike Flynn [mailto:[EMAIL PROTECTED]]
Sent: April 2, 2002 13:34
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] Passing Javascript Variables to PHP
I have answered variations on this question at l
I have answered variations on this question at least 3 times. Please check
the archives. JavaScript is client-side, PHP is server-side. The only way
to go from JavaScript to PHP (in that direction) is by going to a new page
-- 1. Reloading the current page, with the relevant data in the quer