Remove unwanted HTML comments
// Remove unwanted HTML comments $data = preg_replace('/<!--(.|\s)*?-->/', '', $data);