javascript send one way message to php
Posted
by user360322
on Stack Overflow
See other posts from Stack Overflow
or by user360322
Published on 2010-06-15T15:37:04Z
Indexed on
2010/06/15
15:42 UTC
Read the original article
Hit count: 148
php
|JavaScript
How can I use javascript to send a one way message to php? I would like to get the browser information from javascript and just send it to php in the background. I know I can get some of this from php, but I'd rather use javascript. Is there a way to do this without a framework like jquery?
© Stack Overflow or respective owner