Recent content by Sharul

  1. S

    How to correct the PHP errors?

    <?php $words="one, two, three"; if (ereg("one", $words) echo "Found string 'one' "; ?> // What is the errors?
Back
Top