Hi there,
I am trying to update an expiration date into my mysql database.
My field 'activity_exp' is a is classified as a "date" field.
The variable $num_days is the number of days I wish to add to the activity_exp field.
I'm confused as to the context of "Update" and adding the number of days to this query.