So i made a get request for some data from my server. Now i am trying to make alaso a GET request and get the latest data from my server. I need to keep somewhere the latest date from the latest Get request .Can anyone help me?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think you are using JSON. Just generate the actual date with PHP: getdate() (read the manual), and put it in your JSON object!