pass the php value to the jquerry

pass the php value to the jquerry



Hi All 
I Have the php code in the same web page with js
how can i pass the php value to the jquerry
  1. <?php
  2. $SITE = array();
  3. $SITE['time'] = 10000;
  4. $SITE['path'] = './mydata/todayyest/temp.php ';
  5. ?>


  1. setInterval(function () {
  2.         tempTable.ajax.url('./mydata/todayyest/temp.php').load();
  3.             }, 10000);