Likes Received By AleckProg
-
GeorgeB. liked AleckProg's post in the thread Setting an Expiration Date with PHP - How?.
// modify this setting your expiry time $expiry = date("Y-m-d", time() + 30*24*60*60 ); $today = date("Y-m-d", time()); if(...
Apr 27, 2007