how to pass serverside javascript to php?

  • Thread starter Thread starter Srinath U
  • Start date Start date
S

Srinath U

Guest
I want to pass serverside javascript variable to php variable in the same page with out having to redirect!! how to do this?
is it possible??

if not please someone tell me a working code to get users browser name in php... all i want is to chk if it is IE or not!!!!!!!!! get_browser() not working!!!
For those who think other wise server side javascript does exist!!

This is to say that one can make javascript work on the server by '<script ..... runat="server">...</script>'
 
Back
Top