php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "script runtime limits"

How can PHP scripts be used to generate and deliver images on servers that do not support PHP?

When servers do not support PHP, one way to generate and deliver images is to use PHP scripts along with mod_rewrite rules in an .htaccess file. This...

What is the best way to trigger a sound notification in PHP when a new database entry is made?

To trigger a sound notification in PHP when a new database entry is made, you can use a combination of database triggers and PHP code. First, create a...

What are some recommended methods for capturing the ID of the active image element in the HTML DOM using PHP?

When working with images in a webpage, it can be useful to capture the ID of the active image element in the HTML DOM using PHP. One way to achieve th...

How can Ajax requests be utilized in PHP to efficiently update a snapshot without reloading the entire webpage?

To efficiently update a snapshot without reloading the entire webpage using Ajax requests in PHP, you can create a PHP script that fetches the updated...

How can the use of echo statements help in debugging PHP scripts that involve database updates?

Using echo statements can help in debugging PHP scripts that involve database updates by allowing you to print out the values of variables, SQL querie...

Showing 9996 to 10000 of 10000 results

‹ 1 2 ... 1991 1992 1993 1994 1995 1996 1997 1998 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.