Compilation failed: lookbehind assertion is not fixed length
Posted: Mon Oct 22, 2007 12:14 pm
Warning: preg_match_all() [function.preg-match-all]: Compilation failed: lookbehind assertion is not fixed length at offset 29
This is my code
'/(?<=Phone: \s? \<\/span\> \s*) [( \d].* \b/';
How can I over come this???
This is my code
'/(?<=Phone: \s? \<\/span\> \s*) [( \d].* \b/';
How can I over come this???