How do I change a date string in php?

If I have for example todays date stored in $todayis. Which would be set to 2011-12-16. How would I add 4 days to it? Whenever someone is on the site on Friday, I want them to see the date of next Tuesday. Or is there an easier way to jump to the date of next Tuesday no matter if it is Friday, Saturday, Sun.......
 
Back
Top