This will talk about some php stuff like sessions, cookies etc..
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.. :)
Hey viren,there is a function in php to search a string or character within a string strstr()Try using this one
Post a Comment
1 comment:
Hey viren,
there is a function in php to search a string or character within a string
strstr()
Try using this one
Post a Comment