php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "date and time."

What are the potential issues with using the PHP function "time()" to insert date and time values into a MySQL database?

When using the PHP function "time()" to insert date and time values into a MySQL database, the issue is that the timestamp generated by "time()" is in...

What are some common pitfalls when working with date and time functions in PHP?

One common pitfall when working with date and time functions in PHP is not considering timezones, which can lead to incorrect date and time calculatio...

How can one ensure accurate date and time conversions when using strtotime() in PHP?

When using strtotime() in PHP for date and time conversions, it is important to ensure that the input date/time string is in a format that strtotime()...

How can the DATE and TIME functions in MySQL be used to extract and manipulate date values for statistical analysis in PHP?

To extract and manipulate date values for statistical analysis in PHP using MySQL DATE and TIME functions, you can first retrieve the date values from...

What functions in PHP can be used to manipulate time and date values effectively?

When working with time and date values in PHP, the `date()` function is commonly used to format a timestamp into a desired date and time format. Addit...

Showing 41 to 45 of 10000 results

‹ 1 2 ... 6 7 8 9 10 11 12 ... 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.