<?php $text1 = array ('you', 'hello', 'WORLD'); $text2 = "Hello world"; $text2 = explode(" ", $text2); Echo str_ireplace($text2, "", implode("",$text1));
You have javascript disabled. You will not be able to edit any code.