Jump to content

use PHP variable store javascript variable


phppaper

Recommended Posts

I have a function in the head section:

 

<script type="text/javascript">

    function tempfunction() {

var temp;

      temp = document.form.textfield.value;

  }

  </script>

 

and I want to use a php variable to store the javascript variable for other use.

 

How to do so???

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.