php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "intervals"

How can a PHP cron job be activated on an Apache server?

To activate a PHP cron job on an Apache server, you can create a PHP script that contains the functionality you want to run at scheduled intervals and...

What are the differences in behavior when running a PHP script through a browser versus through a local server's task scheduler?

When running a PHP script through a browser, it will execute in real-time and display the output directly on the browser window. However, when running...

Are there alternative methods, such as HTML or JavaScript, to achieve automatic image rotation on a webpage?

To achieve automatic image rotation on a webpage, you can use JavaScript to rotate the image at regular intervals. You can create a function that chan...

Can HTML and JavaScript be used to create a countdown timer for a button click event instead of PHP?

To create a countdown timer for a button click event using HTML and JavaScript instead of PHP, you can use JavaScript to handle the timer logic and up...

What are the advantages and disadvantages of using a JavaScript function versus a Cronjob for this task?

The issue is automating a task, such as sending out daily email reminders. One option is to use a JavaScript function that runs on the client-side at...

Showing 926 to 930 of 933 results

‹ 1 2 ... 178 179 180 181 182 183 184 185 186 187 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.