1. Find substring in string if (strpos($title,name_on_bar($data[$i]['name'])) !== false) { $active='active'; } 2. Remove html tag echo strip_tags("Hello <b>world!</b>"); 3. string to time Conve ...
1. Find substring in string if (strpos($title,name_on_bar($data[$i]['name'])) !== false) { $active='active'; } 2. Remove html tag echo strip_tags("Hello <b>world!</b>"); 3. string to time Conve ...