View Single Post
Old 03-10-2005, 05:31 AM  
teksonline
So Fucking Banned
 
Join Date: Jan 2005
Location: At My Desk
Posts: 2,904
Sounds like your going at it all wrong, if your string is 20050101-20050608
then

($begin_date, $end_date) = split ('-', $string);

if ($string => $begin_date) && ($string <= $end_date) {
do this
teksonline is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote