PHP when someone opens the page, i want a simple database update to occur. Can you help?

When a user loads a page, I would like a simple database update to occur, but am unsure how. Can you help me.

I need this to happen:

I want to UPDATE the MAIL table, and change the STATUS to NULL WHERE ID = 7.
 
Back
Top