Check string exist in another string php
You can check this using the strpos() function. Check below example.
$string = 'Dress material with Standard Stitching';
if(strpos($string,'Dress material') !== false){
echo 'Condition true';
}
Magento, OpenCart, Joomla, wordpress, PHPBB, Core PHP, jQuery, Javascript professional elancer.
Home » Posts filed under Search string inside second string PHP