RE: [PHP] string search

2001-07-18 Thread Ben Bleything

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

-Original Message-
From: Joseph Bannon [mailto:[EMAIL PROTECTED]] 
Sent: Monday, July 16, 2001 7:46 AM
To: PHP (E-mail)
Subject: [PHP] string search

I need a search function (if statement) that performs a search on a
string
and if the string contains something like aol.com, performs another
function. Can anyone help me? Thanks.

Joseph

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] string search

2001-07-16 Thread Joseph Bannon

I need a search function (if statement) that performs a search on a string
and if the string contains something like aol.com, performs another
function. Can anyone help me? Thanks.

Joseph

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]