[jQuery] Can Jquery Send variable value to external php

[jQuery] Can Jquery Send variable value to external php


Is it possible to send a variable value to external php.....
how it can be done
code:
var myvar = document.title;
how to send this particular variable to a php script
plz help