<?php $my_str = 'The quick brown fox jumps over the lazy dog'; echo str_replace("fox", " ", $my_str)."\n"; ?>