php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "0000-00-00"

How can a PHP script be set up to run automatically on a server with SUSE Linux 7.2?

To set up a PHP script to run automatically on a server with SUSE Linux 7.2, you can create a cron job. Cron is a time-based job scheduler in Unix-lik...

What are the potential pitfalls when calculating time differences between times that cross over midnight (e.g. 23:57 to 00:08) in PHP?

When calculating time differences between times that cross over midnight in PHP, the potential pitfall is that simple arithmetic operations may not gi...

What are some best practices for handling datetime values in PHP queries for sorting purposes?

When handling datetime values in PHP queries for sorting purposes, it is important to ensure that the datetime values are stored in a format that can...

How can wget be utilized to execute a PHP script in a Cron Job effectively?

To execute a PHP script in a Cron Job effectively using wget, you can create a Cron Job that calls the wget command with the URL of the PHP script. Th...

How can a Cronjob be set up on a Linux server to run a PHP script at a specific time?

To set up a Cronjob on a Linux server to run a PHP script at a specific time, you can use the crontab command to schedule the execution of the script....

Showing 86 to 90 of 90 results

‹ 1 2 ... 9 10 11 12 13 14 15 16 17 18 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.