php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "date-based names"

Are there any best practices for querying data from a database based on date values in PHP?

When querying data from a database based on date values in PHP, it is best practice to use prepared statements to prevent SQL injection attacks. Addit...

What is the best way to retrieve a database entry based on a specific date in PHP?

To retrieve a database entry based on a specific date in PHP, you can use a SQL query with a WHERE clause that filters records based on the date field...

How can the date() function be used in PHP to determine if a website is online or offline based on a specific date?

To determine if a website is online or offline based on a specific date, you can use the date() function in PHP to compare the current date with the s...

How can PHP be used to iterate through a folder and categorize images based on their file names?

To iterate through a folder and categorize images based on their file names, you can use PHP's directory functions to loop through the files in the fo...

How can the weekday names be customized in PHP date formatting to align with ISO standards?

To customize weekday names in PHP date formatting to align with ISO standards, you can use the 'D' format character to get the abbreviated weekday nam...

Showing 46 to 50 of 10000 results

‹ 1 2 ... 7 8 9 10 11 12 13 ... 1999 2000 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.