I got a variable in ereg named $name.. Is there a way to make it case in senetive.. Like this
$name = 'hello';
ereg($name, $text);
that ereg would return true if either 'hello', 'Hello' or 'HeLlO' was found in the $text string?
Andreas Bernhardsen
Graficonn