Dec 28, 2005 #1 VAMick Programmer Joined Nov 18, 2005 Messages 64 Location 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 Joined May 6, 2002 Messages 15,350 Location 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 Joined Nov 18, 2005 Messages 64 Location US What if there were multiple new records? Upvote 0 Downvote