php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "read/unread marking"

How do popular PHP forum platforms like phpBB handle marking posts as read or unread for users, and what can be learned from their approaches in custom forum development?

Popular PHP forum platforms like phpBB typically handle marking posts as read or unread for users by tracking the last time a user visited a thread an...

What are some best practices for marking unread comments in a PHP forum using session data?

To mark unread comments in a PHP forum using session data, you can store the IDs of the comments that have been read by the user in a session variable...

In what ways can indexing be optimized to improve performance when implementing a system to mark threads as read or unread?

To optimize indexing for marking threads as read or unread, consider creating a composite index on the columns that are frequently used in your querie...

In what scenarios would using a database be the most elegant and efficient solution for marking documents as read in a PHP application?

When dealing with marking documents as read in a PHP application, using a database would be the most elegant and efficient solution. By storing the st...

How can PHP cookies be utilized to mark posts as read or unread in a forum setting?

To mark posts as read or unread in a forum setting using PHP cookies, you can set a cookie when a user reads a post and check for that cookie to deter...

Showing 6 to 10 of 7545 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1508 1509 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.