php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "start time"

How can one calculate the total work time excluding commute time using DateTime in PHP?

To calculate the total work time excluding commute time using DateTime in PHP, you can create two DateTime objects representing the start and end time...

At what project size does it become necessary or beneficial to start implementing tests for PHP code, considering the potential time and effort required?

It is beneficial to start implementing tests for PHP code as soon as the project size and complexity increase to a point where manual testing becomes...

What are the drawbacks of separating start and end times for appointments on different pages, and how can this be improved?

Separating start and end times for appointments on different pages can lead to user frustration and confusion, as they may forget the start time after...

What is the best practice for storing the start and end time of a page request in a MySQL database in PHP?

When storing the start and end time of a page request in a MySQL database in PHP, it is best practice to use the `DATETIME` data type for the columns...

What are the key factors to consider when calculating progress based on time intervals in PHP?

When calculating progress based on time intervals in PHP, key factors to consider include the start time, end time, and the current time. By comparing...

Showing 11 to 15 of 10000 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 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.