Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End accessing variables

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #41494
    idnan
    Participant

    How can i get access to the javascript variables in PHP?

    #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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Back End’ is closed to new topics and replies.