hello fnds,
I have a problem in getting the data from the javascript...
The sample of the code i show will say u the problem than me explaining it...
Javascipt sample part....
var langs=document.getElementById("language").value;
url=url+"?lang="+escape(langs);
request.open("GET",url,true);
request.send(null);
this is the part that sends the request from javascript
PHP code that gets the value:
$langs = $_REQUEST['langs'];
echo $langs;
the actual problem is that dont obtain the value that i GET from the javascript.
Can u say me the alternative methods?
waiting for your answers and queries!!
with regards,
Anandram.V
[email protected]