Seems like I'm really stupid, but I looked in manual at gmdate and I don't get it.
todays date (2003-09-13) will be stored in
$today_date=date('U');
Then I want a future date ( a string ) to be converted to the same format. How to do that?
$today_date=date('U');
$date_in_string='2006-09-12';
$future_date= ? ? ? ? ? ?
Please one again....I didn't understand the last post.