Describe functions STRSTR() and STRISTR.
Answer
Both the functions
are used to find the first occurrence of a string. Parameters includes: input
String, string whose occurrence needs to be found, TRUE or FALSE (If TRUE, the
functions return the string before the first occurrence.
STRISTR is similar to STRSTR. However, it is case-insensitive
E.g. strstr ($input_string, string)
Related PHP links
Answer - Cookies are often used to track user
information.............
What
is the difference between include and require?
Answer - Require () and include () are the same with respect to
handling failures.............
What
are the various methods to pass data from one web page to another web page?
Answer - Different methods to pass data from one web page to
another:............
|