Results 1 to 2 of 2

Thread: PHP String Contains

  1. #1

    Thread Starter
    Addicted Member TheGoldenShogun's Avatar
    Join Date
    Mar 2001
    Location
    VA/MD... anywhere around the beltway
    Posts
    236

    Cool PHP String Contains

    Does anybody know of a PHP function that does a string search.... example.

    5x92753 and I need to check if the string has '5x927' anywhere in it. Anybody know the function?

  2. #2
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    strpos function should work

    http://www.php.net/manual/en/function.strpos.php

    or if you want case-insensitive, try the stristr function.

    http://www.php.net/manual/en/function.stristr.php

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width