Friday, May 8, 2009

I am new to PHP... and i got one project of it.. n have few knowledge..

can anyone tell me How to search for a string or character within a string ?

thanks in advance.. :)

1 comment:

Gaurav said...

Hey viren,

there is a function in php to search a string or character within a string

strstr()

Try using this one