If else Update Category echo display image

boxingtalk

New Member
HII Need to display an image when Category Update and that image display upto 3 daysi use this but not work\[code\] $todaytime = time(); $timestamp = $show_wallpaper['timestamp']; $timediffirence = "360000"; $minus = $todaytime - $timestamp; if ($timediffirence > $minus) { $new = "<img src='http://stackoverflow.com/questions/3555598/$siteurl/images/new.gif' />"; } else { $new = ""; }\[/code\]database info \[code\] $sql = "SELECT SQL_NO_CACHE * FROM wallpaper WHERE categoryid = $catid order by wallpaperid desc LIMIT $from,$max_results";\[/code\]so help me to fix it I do like this IF Category Update then display this image for 3 days else remove image this is my taskreply
 
Back
Top