php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "ON"

How can a PHP script be executed on one server and the results displayed on a webpage hosted on a different server without using iframes?

To execute a PHP script on one server and display the results on a webpage hosted on a different server without using iframes, you can use cURL to mak...

How can PHP be used to dynamically generate image paths based on user interactions on a website?

To dynamically generate image paths based on user interactions on a website, you can use PHP to handle the logic and generate the appropriate image pa...

How can PHP be used to dynamically display prices on a webpage based on user input?

To dynamically display prices on a webpage based on user input, you can use PHP to retrieve the user input, perform any necessary calculations, and th...

What are the potential requirements and limitations for implementing the Wake on Lan script on a server?

To implement Wake on Lan on a server, you will need to ensure that the server's network adapter supports Wake on Lan and that the BIOS settings are co...

How can PHP developers avoid dependencies on register_globals=on when accessing server variables like HTTP_REFERER?

When register_globals=on is enabled, server variables like HTTP_REFERER are automatically turned into global variables, which can lead to security vul...

Showing 1 to 5 of 10000 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 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.