compare_string($input_one = "", $input_two = "", $case_sensitive = false)';echo'//default comparision is not case sensitive, passing variables in works accordingly.';echo'compare_string("", ""): '.(compare_string('','')?'true':'false').'';echo'compare_string("xyz", "xyz"):...