S Sharul New member Mar 8, 2011 #1 <?php $words="one, two, three"; if (ereg("one", $words) echo "Found string 'one' "; ?> // What is the errors?
<?php $words="one, two, three"; if (ereg("one", $words) echo "Found string 'one' "; ?> // What is the errors?