LoL I kept posting so I think you missed mine... I think I got it =p
This:
PHP Code:
if($lastbred == '') {
$article_content .= '';
}
else if($lastbred == '0') {
$article_content .= '';
} else {
$article_content .= 'Last bred: '.date('Y-m-d', $lastbred).'<br>';
}
Seems to be working well! Wouldn't have been able to do it without your help though =) Thank you.
This is completely unrelated to this issue...
But I added in Date Caught/Bred and the ones that were already caught or bred before this was added have no dates. Is there an easy way to insert into the database a default date for those who don't have one?