php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "script runtime"

What are some best practices for debugging PHP scripts to identify and resolve issues like the one described in the forum thread?

Issue: The forum thread describes an issue where a PHP script is not displaying any output. This could be due to syntax errors, runtime errors, or log...

Are there any alternative methods, besides using .htaccess or php.ini, to dynamically change the register_globals setting in PHP scripts?

The register_globals setting in PHP scripts can be dynamically changed by using the ini_set() function within the PHP script itself. This function all...

What steps can be taken to debug PHP scripts that are not displaying output as expected?

If a PHP script is not displaying output as expected, one potential solution is to enable error reporting in the script. This can help identify any sy...

How can PHP distinguish between executing a Perl script as a CGI script and as a command-line script?

PHP can distinguish between executing a Perl script as a CGI script and as a command-line script by checking the value of the $_SERVER['REQUEST_METHOD...

What is the difference between Errors and Exceptions in PHP, and how are they handled differently?

Errors in PHP are typically caused by syntax mistakes or runtime issues that prevent the script from running properly, while Exceptions are more speci...

Showing 111 to 115 of 10000 results

‹ 1 2 ... 20 21 22 23 24 25 26 ... 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.