Dec 28, 2005 #1 VAMick Programmer Nov 18, 2005 64 US I'd like for a record's status to change automatically from unread to read if a page loads with the record on it. How could this be done? php/mysql pages. thanks.
I'd like for a record's status to change automatically from unread to read if a page loads with the record on it. How could this be done? php/mysql pages. thanks.
Dec 28, 2005 #2 sleipnir214 Programmer May 6, 2002 15,350 US After the script that produces the page fetches the record, that script can change the status of the record. All it will require is an UPDATE query. Want the best answers? Ask the best questions! TANSTAAFL!! Upvote 0 Downvote
After the script that produces the page fetches the record, that script can change the status of the record. All it will require is an UPDATE query. Want the best answers? Ask the best questions! TANSTAAFL!!
Dec 28, 2005 Thread starter #3 VAMick Programmer Nov 18, 2005 64 US What if there were multiple new records? Upvote 0 Downvote