php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "PHP timestamps"

What are the advantages of storing timestamps as actual timestamps (e.g., using time()) rather than in a custom format?

Storing timestamps as actual timestamps (e.g., using time()) instead of in a custom format has several advantages. Firstly, it allows for easier manip...

What are common pitfalls when comparing timestamps in PHP?

When comparing timestamps in PHP, a common pitfall is not taking into account the timezone of the timestamps being compared. To ensure accurate compar...

What are the differences between PHP timestamps and MySQL timestamps, and how should they be managed in a PHP application?

When working with timestamps in PHP and MySQL, it's important to understand that PHP timestamps are typically in Unix timestamp format (seconds since...

What are the common pitfalls and challenges faced when using now() function in MySQL to insert current timestamps and sorting data based on those timestamps in PHP?

When using the now() function in MySQL to insert current timestamps and sorting data based on those timestamps in PHP, a common pitfall is that the ti...

What are some recommended methods for handling timestamps in PHP when calculating intersections?

When calculating intersections between two time ranges in PHP, it is important to handle timestamps properly to ensure accurate results. One recommend...

Showing 16 to 20 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.