php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "24-hour period"

How can one effectively add times exceeding 24 hours in PHP, as discussed in the thread?

When adding times exceeding 24 hours in PHP, we can convert the times to seconds, perform the addition, and then convert the result back to hours, min...

How can you format a timestamp query to display only the time without the date and seconds in PHP?

To display only the time without the date and seconds in PHP, you can use the date() function along with the H:i format specifier. This format specifi...

How can the Keysize be increased to the required value of 16, 24, or 32 in mcrypt_encrypt?

To increase the Keysize to the required value of 16, 24, or 32 in mcrypt_encrypt, you need to generate a key of the appropriate length using a secure...

What are the potential pitfalls of using time()- (60*60*24) to calculate yesterday's date in PHP?

Using time() - (60*60*24) to calculate yesterday's date in PHP may not account for daylight saving time changes or leap years, leading to inaccurate r...

How can I create a link list on my website that displays total clicks, daily clicks, and resets daily clicks after 24 hours?

To create a link list on your website that displays total clicks, daily clicks, and resets daily clicks after 24 hours, you can use PHP to store and u...

Showing 41 to 45 of 810 results

‹ 1 2 ... 6 7 8 9 10 11 12 ... 161 162 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.