Advanced CURL And PHP
I made a similar question few hours ago, but I think I asked a wrong question there. This is more exact one. im using cURL on PHP and i want to use a site, but everytime i change m
Solution 1:
The reason is simple, you mixed between $_POST
and $_GET
Check your PHP make sure is refer/using $_GET['x']
Solution 2:
All that javascript is doing is calculating the current time in milliseconds on the client and sending it to the server. You can calculate such a time in php trivially with $ms = time() * 1000;
Post a Comment for "Advanced CURL And PHP"