$contents = file_get_contents('http://www.google.dk/index.html'); preg_match_all('/(start([0-9]+)slut)/mi',$contents,$match,PREG_PATTERN_ORDER); print_r($match);
preg_match_all('/(start([0-9]+)slut)/mi',$str,$match,PREG_PATTERN_ORDER); print_r($match);