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

[PHP] passing PHP variables to Javascript ...

2003-11-17 Thread Kenn Murrah
Greetings. 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 filename that was generated dynamically in