php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "storing date values"

What are some best practices for storing date values from multiple select fields in a MySQL table using PHP?

When storing date values from multiple select fields in a MySQL table using PHP, it is best practice to concatenate the selected values into a single...

What are the advantages of storing timestamps instead of full date and time values in PHP?

Storing timestamps instead of full date and time values in PHP can be advantageous because timestamps are more compact and efficient to store and mani...

What are some best practices for storing and comparing date and time values in a PHP application?

When storing and comparing date and time values in a PHP application, it is best practice to use the DateTime class for accurate and reliable handling...

What are the advantages of using the datetime data type in a database for storing date and time values?

Using the datetime data type in a database for storing date and time values allows for efficient storage and retrieval of date and time information. I...

What are the recommended formats for storing date values in a MySQL database for easy processing in PHP?

When storing date values in a MySQL database for easy processing in PHP, it is recommended to use the "YYYY-MM-DD" format for dates and "HH:MM:SS" for...

Showing 26 to 30 of 10000 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 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.