"Cpt John W. Holmes" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> From: "Kenn Murrah" <[EMAIL PROTECTED]>
> > I need to be able to pass a PHP variable to a Javascript and can't
> > figure out how to do it. In short, the Javascript win() statement is
> > used open a page as define
From: "Kenn Murrah" <[EMAIL PROTECTED]>
> I need to be able to pass a PHP variable to a Javascript and can't
> figure out how to do it. In short, the Javascript win() statement is
> used open a page as defined in PHP -- i.e., $php_name =
> "http://www.somewhere.com/something/3.jpg"; , a filenam
If you are using sessions, use it as a session variable.
--- "John (News)" <[EMAIL PROTECTED]> wrote:
> I need to pass a variable e.g. $var1 from one PHP page to
> another. The
> only conditions are that the variable cannot be shown in
> the source
> code on the end users machine nor can it be pa
Either use sessions or pass it via POST in using a form.
--
Ben Sinclair
[EMAIL PROTECTED]
- Original Message -
From: "John (News)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 17, 2002 4:48 PM
Subject: [PHP] Passing PHP Variables
> I need to pass a variable e.g.
4 matches
Mail list logo