Ok, I have a form that a user fills out. The form is processed in PHP and the data is then stored in a MySQL database. How can I make it so every time a certain word is found in the form that was filled out (let's say "pizza"), it is replaced with another word ("yum")?