bpat: I originally had the now() function in the code. It did not update then either.
gardnc: I had the mysql_query($update_last_email) a couple lines down but forgot to include it in the original post.
I actually was running the update manually in PHPMyAdmin and that's where I took the code to update from, so I was assuming it would be golden..but hmmmmm......
Here is the echo I get from $update_last_email.
UPDATE mailing_list SET last_email = '2006 03 22 18 15 33' WHERE email_id ='4'
Seems to be correct as far as I can tell. Connection is also set as I am echoing the other pieces of code I am writing to get this automated mailing list working.
EDIT:
Ahhh, the format of date() wasn't matching up with the timestamp in MySQL. Everything updated this time.