Hi,
I'm having some problems creating for PHP a SQL statement, which will allow me to do the following:
My database currently contains a column labelled expiry_date. I would like the PHP script to select particular records, which are within the 30 day(s) of the date specified in the expiry_date column.
for example : today's date 2002-10-22
trigger record if a date up to 2002-11-22 is within the expiry_date column
Can anyone help?