You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
-
S
<?php
$words="one, two, three";
if (ereg("one", $words) echo "Found string 'one' ";
?>
// What is the errors?