Thread: Search String
View Single Post
Old 10-12-2007, 03:45 AM   #1 (permalink)
Love.Oasis
banned
 
Join Date: Oct 2007
Posts: 21
Love.Oasis is on a distinguished road
Search String

Can PHP search the following string for characters 'e' and 'i'?
  • If an 'e' is found, can "Found E" being displayed on the screen.
  • If an 'i' is found, can "Found I" being displayed on the screen.
Code:
$string = "onetwoonesixsixseveneightfour";
Love.Oasis is offline   Reply With Quote