[PHP] getting javascript string values

2003-02-05 Thread Gilberto Garcia Jr.
Hey Guys, How can I get the value of an javascript string and pass it to a php variable? i.e. script var x = test; /script ? $x = // need to get the value of x ? thanks Iced Sun

Re: [PHP] getting javascript string values

2003-02-05 Thread Chris Hayes
How can I get the value of an javascript string and pass it to a php variable? script var x = test; /script ? $x = // need to get the value of x ? Well as you know, but just as a reminder, when you make a page with both php and javascript in it, the PHP code is executed on the