---------------------------------------------------- $date = sprintf("%04d%02d%0d", (localtime)[5]+1900, (localtime)[4]+1, (localtime)[3] ); $url = "www.moviefone.com/showtimes/closesttheaters.adp?date=$date\&skip=5"; $command = "\"C:\\Program Files\\Internet Explorer\\IEXPLORE.EXE\" $url"; print $command; exec ($command); ----------------------------------------------------