is it possible to store a variable through javascript so that I can read it in php using $_REQUEST[\'variable_name\'].
for eg. let\'s say i have
$adcat
Does this make any sense? Is this possible?
No and no :)
PHP executes on server side before anything else, Javascript in the browser. The only way to do this in JavaScript would be to manipulate the form that makes that request before it gets submitted.