Re: [PHP] passing PHP variables to Javascript ...

2003-11-20 Thread David Strencsev
"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

Re: [PHP] passing PHP variables to Javascript ...

2003-11-17 Thread CPT John W. Holmes
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

Re: [PHP] Passing PHP Variables

2002-01-17 Thread Mehmet Kamil ERISEN
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

Re: [PHP] Passing PHP Variables

2002-01-17 Thread Ben Sinclair
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.