How to find the position of the first occurrence of a substring in a string?
Answer / Mintu Kumar
"To find the position of the first occurrence of a substring in a string, you can use the strpos() function in PHP. For example: strpos($haystack, $needle)."
| Is This Answer Correct ? | 0 Yes | 0 No |
How can we increase execution time of a php script?
Can we use include (?abc.PHP?) two times in a PHP page ?makeit.PHP??
What is PHP?
What does PEAR stands for?
What is the substitution of submit in PHP?
Why is node js better than php?
where do we use htaccess?
Explain how does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?
What are php magic methods/functions?
What do you mean range() in php?
What is php call function?
Explain the importance of the function htmlentities.