php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "marking"

What are the potential pitfalls of using CSS for marking visited links in a PHP project?

Using CSS to mark visited links in a PHP project can be unreliable as it relies on the user's browser history. A more reliable approach is to use PHP...

What are some best practices for efficiently marking active links in a navigation bar using PHP?

When designing a navigation bar in PHP, it is important to efficiently mark active links to provide users with clear navigation feedback. One common m...

What are the best practices for marking individual words in an array as bold in PHP?

To mark individual words in an array as bold in PHP, you can iterate through the array and use HTML `<b>` tags to make the words bold. This can be ach...

What are the best practices for efficiently marking new posts for users in a PHP forum?

To efficiently mark new posts for users in a PHP forum, you can store the last visit timestamp for each user and compare it with the timestamp of each...

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...

Showing 61 to 65 of 94 results

‹ 1 2 ... 10 11 12 13 14 15 16 17 18 19 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.