php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "entries"

How can PHP be used to sort news entries by month in an archive?

To sort news entries by month in an archive using PHP, you can loop through the news entries and extract the month and year from the date field. Then,...

What is the significance of the "|##|" delimiter used in the code for counting entries in the guestbook?

The "|##|" delimiter is used in the code to separate entries in the guestbook. To count the number of entries, we need to split the guestbook string u...

What are some best practices for selecting a random subset of entries from a database using PHP?

When selecting a random subset of entries from a database using PHP, one common approach is to retrieve all entries from the database and then randoml...

What are some best practices for organizing and displaying news entries by date in a PHP script?

When organizing and displaying news entries by date in a PHP script, it is best practice to retrieve the news entries from a database in descending or...

What are the advantages of using arrays in PHP to categorize and display news entries by month?

When categorizing and displaying news entries by month in PHP, using arrays can provide a structured way to organize the data. By storing news entries...

Showing 66 to 70 of 2986 results

‹ 1 2 ... 11 12 13 14 15 16 17 ... 597 598 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.