Ok, my final response, you are clearly going to continue to be ignorant.
Taken from php.net (The people who manage PHP, they have much more knowledge of PHP than you)
How can I pass a variable from Javascript to PHP?
Since Javascript is (usually) a client-side technology, and PHP is (usually) a server-side technology, and since HTTP is a "stateless" protocol, the two languages cannot directly share variables.