Tell me what is the difference between the functions strstr() and stristr()?
Answer / Ashutosh Jha
The main difference between `strstr()` and `stristr()` is that `strstr()` is case-sensitive when searching for the substring, while `stristr()` is case-insensitive.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain some most commonly use string functions in php?
What is session data?
What is the meaning of die in php?
What are the differences between require and include?
How to create a session? How to set a value in session?
What is php ci?
Name some of the popular frameworks in php.
Explain about a search-friendly site looks like?
What is the use of $_request variable?
is php is the best for this situation
What are the advantages and disadvantages of cascade style sheets?
Explain what are the different errors in php?