Si, è di aiuto.. fai cosi:
con il \w non matchavo il ;...Codice PHP:
$reg_expr = "/EMAIL(.+?)\n/i";
preg_match_all($reg_expr, $text, $lines, PREG_SET_ORDER);
$email = $lines[0][1];
Si, è di aiuto.. fai cosi:
con il \w non matchavo il ;...Codice PHP:
$reg_expr = "/EMAIL(.+?)\n/i";
preg_match_all($reg_expr, $text, $lines, PREG_SET_ORDER);
$email = $lines[0][1];
=======================
http://www.abidibo.net