While mixing javascript and PHP, how can I pass the value of a variable from javascript to a variable in PHP without the use of GET or POST.
That is, when the javascript variable receives a value, the corresponding PHP variable gets the value immediately.