SELECT DATE_ADD(expiredate, INTERVAL 17 DAYS)
http://dev.mysql.com/doc/refman/5.0/en/date-and-time-functions.html
""Peter Lauri"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Best group member,
I have a field called expiredate of type 'date'. I would like to add 17 days
to the ex
This solution is valid, but not advisable. If you run your server in a
production environment, you shouldn't allow the dl function, as your users
could activate any extension
> Or better, add that extension runtime because otherwise it will just
consume
> computer resources, and maybe not every PH
In PHP 4.1 you have to include the mysql.so extension. To do so, you have to
modify php.ini, extensions section
"sheeri kritzer" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Sounds like the binary you used did not have PHP compiled with the
MySQL libraries.
If you make a phpinfo()