This is for a .php page and I'm basically looking to have a certian text to show for 5 days only of the date it was made/posted. For example if I would type in 08-26-07 and it would display the text until 08-31-07. What would be the best way to do this? I don't have much experience in this but I figured it would be something simple.




The problem with your code is that $data1 and $date2 are both constant, so you will always get the same result. Additionally $date1 is a negative integer

Bookmarks