Dates in PHP - strtotime



I just had to say something real quick about the function strtotime. This wonderful function proves that knowledge is power. Now I have never formally been trained in PHP so its been basically grab what you can but man I wish I had done the basics as it would have saved me time. So how do you get php to know the difference between days and weeks well let me show you my first solution.


This function would capture the day and estimate the days since the last Tuesday

Here I use the above function to ensure that it makes only a week worth of downloads

So imagine my surprise when I learnt about  strtotime. Sigh, so now all I have to do is


Wow, oh well you live and learn

Post a Comment

Previous Post Next Post