Quote:
Originally Posted by Publisher Bucks
So whether the word is dog, cat, fish, etc I want to use 'zombie' (or 'pet') as the word being displayed hence changing the output data without actually changing the entire data set, because what is in there, is correct for the other pages.
|
<?php if(!$row['animal']) { $row['animal'] = 'pet'; } ?>