Re: Date computation in MySQL & PHP

2003-09-14 Thread delz
Hi Pete, Thanks for this info Regards, Delz - Original Message - From: "Peter Vertes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, September 14, 2003 12:05 AM Subject: Re: Date computation in MySQL & PHP > On Sat, 2003-09-13 at 02:50,

Re: Date computation in MySQL & PHP

2003-09-13 Thread Peter Vertes
On Sat, 2003-09-13 at 02:50, delz wrote: > I want to know how do I use computations on dates in php or mysql like for > example, today is September 13, 2003 (2003-09-13) and I want to get the date > output if I add 5 days from the given date so that my output would be > September 18, 2003 (2003-0

Date computation in MySQL & PHP

2003-09-12 Thread delz
Hi All, I want to know how do I use computations on dates in php or mysql like for example, today is September 13, 2003 (2003-09-13) and I want to get the date output if I add 5 days from the given date so that my output would be September 18, 2003 (2003-09-18). And if any given day falls on a Sun