Search a string within a string using PHP stristr function arp14 June 13, 2020 PHP Tags: php, stristr 0 Use the function below to search a string within a string. This function is case-insensitive. Use stristr for case-insensitive and strstr for case-sensitive. Read More