php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "Cron jobs"

How can PHP scripts be scheduled to run at specific times on a Windows Server 2012 R2 with IIS, considering that cron is not available?

To schedule PHP scripts to run at specific times on a Windows Server 2012 R2 with IIS, you can use the Task Scheduler utility provided by Windows. You...

How can PHP developers automate the deletion of XML files that are no longer needed?

To automate the deletion of XML files that are no longer needed, PHP developers can create a script that scans a specific directory for XML files and...

How can PHP be correctly executed in a crontab for scheduled tasks?

When executing PHP scripts in a crontab for scheduled tasks, it's important to specify the full path to the PHP executable and the script file. This e...

What are the alternatives to using Crontabs if they are not available on the hosting platform?

If Crontabs are not available on the hosting platform, one alternative is to use a web-based cron service like EasyCron or Cronless. These services al...

How can PHP be used to automate the process of downloading and saving XML files on a server without manual intervention?

To automate the process of downloading and saving XML files on a server without manual intervention, you can use PHP to create a script that fetches t...

Showing 676 to 680 of 720 results

‹ 1 2 ... 133 134 135 136 137 138 139 ... 143 144 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.