php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "run"

Can PHP scripts be set to run automatically without manual intervention?

Yes, PHP scripts can be set to run automatically without manual intervention by using a cron job on a server. A cron job allows you to schedule tasks...

Do PHP scripts run in parallel when calling another PHP page?

When calling another PHP page from a PHP script, the scripts do not run in parallel by default. Each script will execute sequentially, one after the o...

What web server is required to run PHP scripts?

To run PHP scripts, you need a web server that supports PHP. The most common web servers used to run PHP scripts are Apache, Nginx, and Microsoft IIS....

How can one determine the actual script being run in autoprepend in PHP?

To determine the actual script being run in autoprepend in PHP, you can use the `$_SERVER['SCRIPT_FILENAME']` variable. This variable contains the abs...

How can one determine the PHP version required to run a script?

To determine the PHP version required to run a script, you can use the PHP_VERSION constant which holds the current PHP version running on the server....

Showing 1 to 5 of 2328 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 465 466 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.