How do I pass variables from javascript to php.
for example I have in javascript
"<script>"
"browser = navigator.appName;"
"</script>"
and i want, in php, to do "print" or "echo" the browser variable or to put it on a table in a mysql database.
how can I do it?
and don't start with php is a server side .....and javascript is a client side program because i know that, I read many forums and evrywhere somebody tell that php is server side program and bla bla bla. i dont want to know what kind of program is php or java i want to know how can i do this.
OK?
Thanks
R.