-5

I've got a problem. I don't know how to transfer JS variables to PHP. In JS I've got my main script and I'm using PHP only to file management but I need some variables from JS.

1 Answers1

1

The short answer is AJAX, (or SOAP but you better go with AJAX). So go do a little research on it, and if you know jQuery or Prototype or something similar, you are pretty much off for starting to code in a new technology in minutes.

Here are some links, to get you started:

How to start learning Ajax?

http://api.jquery.com/jquery.ajax/

Community
  • 1
  • 1
Gabriel C. Troia
  • 3,180
  • 2
  • 16
  • 17