php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "dates"

How can PHP be used to format dates for MySQL storage?

When storing dates in MySQL, it is important to format them correctly to ensure proper storage and retrieval. PHP provides the `date()` function to fo...

What alternative methods can be used to compare dates accurately in PHP?

When comparing dates in PHP, it is important to ensure accurate results, especially when dealing with different date formats or timezones. One alterna...

What are the potential pitfalls of storing dates as timestamps in PHP?

Storing dates as timestamps in PHP can lead to difficulties when trying to display or manipulate the date in a human-readable format. To avoid this is...

What are the best practices for comparing dates in PHP to ensure accurate results?

When comparing dates in PHP, it's important to ensure that the dates are in the correct format and timezone to get accurate results. One common approa...

What are some common functions or methods for manipulating dates in PHP and MySQL?

When working with dates in PHP and MySQL, common functions or methods for manipulating dates include date(), strtotime(), and DATE_FORMAT(). These fun...

Showing 46 to 50 of 3699 results

‹ 1 2 ... 7 8 9 10 11 12 13 ... 739 740 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.