> wrote:
-- Forwarded message --From: "Brian Dailey" <
[EMAIL PROTECTED]>To: "NYPHP Talk" <talk@lists.nyphp.org>Date: Tue, 31 Oct 2006 06:08:13 -0500
Subject: Re: [nyphp-talk] Passing parameters with the click of a button. Ariel,Assuming user_id i
Hi,
I would use a session and write whatever I need somewhere else into
the session. As long as the session is kept alive you can grab from it
whatever you need. No GET, no POST, and definitely no JavaScript. ;-)
David K.
Jon Baer wrote:
> You need to be cool and do it the web 2.0
You need to be cool and do it the web 2.0 way (slick effects
optional) ... :-)
Yes
- Jon
References
http://www.jquery.com
On Oct 30, 2006, at 11:25 PM, Ariel Kulkin wrote:
> Problem Statement: With the click of a button, I need to open a new
> window (to capture "user referrals"), a
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Brian Dailey
Sent: Tuesday, October 31, 2006 6:09 AM
To: NYPHP Talk
Subject: Re: [nyphp-talk] Passing parameters with the click of a button.
-- Forwarded message --
From: "Brian Dailey" <[EMAIL PROTECTED]>
T
-- Forwarded message --
From: "Brian Dailey" <[EMAIL PROTECTED]>
To: "NYPHP Talk"
Date: Tue, 31 Oct 2006 06:08:13 -0500
Subject: Re: [nyphp-talk] Passing parameters with the click of a button.
Ariel,
Assuming user_id is a PHP variable, you should
Problem Statement: With the click of a button, I need to open a new window (to capture "user referrals"), and pass to it a parameter that will be used to track the user id of the individual who originated those referrals.
I have no problems opening the window with the button click:
I can't quite