Home › Forums › Back End › accessing variables › Re: accessing variables
December 21, 2012 at 2:01 am
#118369
Participant
You can **not**.
JavaScript runs on the user’s browser, long after PHP has stopped running on your server.
You can use Ajax to submit values to a PHP script and return the results. However, the two languages cannot actually interact.