Thread
:
Search String
View Single Post
10-12-2007, 03:45 AM
#
1
(
permalink
)
Love.Oasis
banned
Join Date: Oct 2007
Posts: 21
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
View Public Profile
Find More Posts by Love.Oasis