<?php $contents = '12345|BHKAHHHHkk 1254698|12348888 12345|BHKNe22223366 1254698|113336669998888 012250000|22154545488888'; $searchfor = '1254698'; if(preg_match_all('/^' . $searchfor . '\|([^|\r\n]+)/m', $contents, $matchs)) { print_r($matchs[1]); } else { echo('Not Found :('); }
You have javascript disabled. You will not be able to edit any code.