php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "second script"

How can PHP functions be executed only upon clicking a link in HTML?

To execute PHP functions only upon clicking a link in HTML, you can use AJAX to send a request to a PHP script when the link is clicked. This way, the...

What are the potential ways to capture and process barcode data in a hidden form using PHP?

Capturing and processing barcode data in a hidden form using PHP can be achieved by using JavaScript to scan the barcode and send the data to a PHP sc...

How can PHP scripts be terminated gracefully to ensure internal shutdown functions are properly executed?

To ensure internal shutdown functions are properly executed in PHP scripts, you can register a shutdown function using the `register_shutdown_function...

How can a proxy be used to redirect requests to an external IP camera in PHP?

To redirect requests to an external IP camera in PHP using a proxy, you can create a PHP script that acts as a proxy server. This script will receive...

How can PHP be used to create a form for querying a MySQL database?

To create a form for querying a MySQL database using PHP, you can use HTML form elements to collect user input and then use PHP to process the input a...

Showing 9986 to 9990 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.