ereg won't work !
Posted: Thu Jun 13, 2002 5:41 am
The following ereg function won't produce anything. My browser keeps waiting for data for more than 15 minutes ...
If I take "this is a testtext" as $text then it finishes in about a sec, so what's wrong ?
rya,
Worrel
If I take "this is a testtext" as $text then it finishes in about a sec, so what's wrong ?
Code: Select all
$text = "testtext ";
$regex = "їa]";
$n = ereg($regex, $text);
echo ($n);Worrel