<?php $input = '0123456|BHKAHHHHkjkjkjkjk|12345678|JuiKKK121255 9100450|HHkk|12348888|JuiKKK10000000021sdadad255'; $searchfor = '12348888'; $regexp = "/^([^|]+)\|([^|]+)\|" . $searchfor . "\|/m"; $result = preg_match_all($regexp, $input, $matches); print_r($matches);
You have javascript disabled. You will not be able to edit any code.