php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "%Y"

What are the best practices for linking individual dates to a database in PHP?

When linking individual dates to a database in PHP, it is important to use the proper data type for storing dates in the database and to format dates...

What are some best practices for determining the day of the week and month based on a day of the year in PHP?

To determine the day of the week and month based on a day of the year in PHP, you can use the `date()` function with the 'l' format for the day of the...

What are the advantages and disadvantages of using ISO-standard date formats versus custom date formats in PHP applications?

When working with dates in PHP applications, using ISO-standard date formats (such as 'Y-m-d H:i:s') is generally recommended for consistency and comp...

What is the difference between using type="image" and type="submit" for form submission in PHP?

When using a form in PHP, the main difference between using type="image" and type="submit" for form submission is that type="image" allows for the use...

How can CSS be utilized to address the issue of the first entry in a select box not remaining visible while scrolling?

When scrolling through a select box, the first entry may not remain visible at the top of the dropdown list, making it difficult for users to quickly...

Showing 356 to 360 of 363 results

‹ 1 2 ... 64 65 66 67 68 69 70 71 72 73 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.