0

I need a php/javascript/jquery suggestion that will give the requested token value continuously. Like http://IP/mar/request.php?token="something" after sometime it will change to http://IP/mar/request.php?token="NewSomething"

I want to get requested token value continuously when anyone request this.

  • Explain `continuously` ? – Niklesh Raut Jun 14 '16 at 03:52
  • Like a service that will check is there any http request. – Mafrul Alam Jun 14 '16 at 04:09
  • I have found my answer in http://stackoverflow.com/questions/6912584/how-to-get-get-query-string-variables-in-express-js-on-node-js It gives what i exactly want. It is done by Nodejs. But i need it in web based script like php/javascript/jquery. Please help me. – Mafrul Alam Jun 15 '16 at 02:32

0 Answers0