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? var x = "test"; 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 server and then the resulting html plus javascript is send

[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. var x = "test"; thanks Iced Sun