Hi folks, i hope you had an nice x-mas. Well, back in the office i have a lot things to do, that's more "administrative" stuff. I know i can compare dates in a mysql table, but i have problems to do a comand that's compares a date (added by days) whith now().
e.g: Select... ... WHERE (startdate + $days) < now() so how i can add $days to the database field startdays and check it with the now() time ? Thanx for any help Kris
