php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "strtotime()"

How can PHP be used to determine the start and end dates of daylight saving time?

To determine the start and end dates of daylight saving time in PHP, you can use the `date()` function along with the `strtotime()` function to calcul...

What are the different methods to handle timestamps in PHP and MySQL queries?

When working with timestamps in PHP and MySQL queries, it's important to ensure that the timestamps are handled consistently to avoid any discrepancie...

What are some common issues when converting dates in PHP from English to German?

When converting dates from English to German in PHP, a common issue is the difference in date formats. In English, dates are typically in the format "...

In PHP, how can timestamps be generated from regular date values and cause issues in SQL queries?

When generating timestamps from regular date values in PHP, it is important to ensure that the date format is compatible with SQL queries. One common...

What is the best way to calculate the next payment date based on the initial payment date and payment interval in PHP?

To calculate the next payment date based on the initial payment date and payment interval in PHP, you can use the `strtotime()` function to add the pa...

Showing 1236 to 1240 of 1252 results

‹ 1 2 ... 242 243 244 245 246 247 248 249 250 251 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.