Search for a specific text within a string - strpos()


SUBMITTED BY: henry1874w

DATE: June 4, 2017, 8:24 p.m.

FORMAT: Text only

SIZE: 105 Bytes

HITS: 278

  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4. <?php
  5. echo strpos("Hello world!", "world");
  6. ?>
  7. </body>
  8. </html>

comments powered by Disqus