Re: [PHP] find a word in a string

2008-11-06 Thread Amisha_Sharma
Hi Strstr fuction of PHP is used to find a string in another string http://www.senpai-it.com/dedicated_servers.php Senpai IT Solutions Dedicated Server at low cost Richard Kurth-2 wrote: > > is the a php function to find a word in a string and report back that it > was found > > -- > P

Re: [PHP] find a word in a string

2008-11-05 Thread Ashley Sheridan
On Wed, 2008-11-05 at 18:16 -0800, Richard Kurth wrote: > is the a php function to find a word in a string and report back that it > was found > include "manual.php"; lesson = new manual(); lesson->string->read(); Ash www.ashleysheridan.co.uk -- PHP General Mailing List (http://www.php.net/)

Re: [PHP] find a word in a string

2008-11-05 Thread Jim Lucas
Richard Kurth wrote: is the a php function to find a word in a string and report back that it was found Did you even look at the string section of the php manual? http://us3.php.net/manual/en/ref.strings.php Start here, it will get you all the information you are wanting. you have strstr()

Re: [PHP] find a word in a string

2008-11-05 Thread Micah Gersten
http://php.net/strstr Thank you, Micah Gersten onShore Networks Internal Developer http://www.onshore.com Richard Kurth wrote: > is the a php function to find a word in a string and report back that > it was found > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] find a word in a string

2008-11-05 Thread Richard Kurth
is the a php function to find a word in a string and report back that it was found -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php