Thread: grr Last Bred
View Single Post
  #13  
Old 08-10-2011, 07:58 PM
SilverDragonTears's Avatar
SilverDragonTears SilverDragonTears is offline
I am your Nemesis.
 
Join Date: Jun 2011
Posts: 1,113
Gender: Female
Credits: 114,419
SilverDragonTears is on a distinguished road
Default

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?
__________________

Check out SilvaTales
Reply With Quote