php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "timestamps"

What are the differences between MySQL timestamps and actual timestamps in PHP?

MySQL timestamps are stored in the format 'YYYY-MM-DD HH:MM:SS' while PHP timestamps are typically represented as Unix timestamps (number of seconds s...

How can PHP developers convert Unix timestamps to MySQL timestamps for better database compatibility?

Unix timestamps are in seconds since January 1, 1970, while MySQL timestamps are in the format 'YYYY-MM-DD HH:MM:SS'. To convert Unix timestamps to My...

How does MySQL handle timestamps differently from UNIX timestamps in PHP?

MySQL handles timestamps differently from UNIX timestamps in PHP by storing them in a different format. MySQL timestamps are stored in the format 'YYY...

How can PHP timestamps be converted to MySQL timestamps for database storage?

PHP timestamps can be converted to MySQL timestamps for database storage by using the `date()` function in PHP to format the timestamp in a way that M...

How can developers convert JS timestamps to UNIX timestamps in PHP for accurate date and time representation?

When converting JS timestamps to UNIX timestamps in PHP for accurate date and time representation, developers need to account for the difference in ho...

Showing 1 to 5 of 1739 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 347 348 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.