php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "URL parameter string"

What are some alternative methods to ensure that users accessing a website from an external source are legitimate in PHP?

One alternative method to ensure that users accessing a website from an external source are legitimate in PHP is to check the HTTP referer header. Thi...

How can PHP variables be passed in headers during redirects to maintain data integrity between pages?

When redirecting between pages in PHP, variables can be passed in headers to maintain data integrity by using the `header()` function along with URL p...

How can the global server variable REQUEST_URI be utilized in PHP to display URLs in text fields as they appear in the browser?

To display URLs in text fields as they appear in the browser, you can utilize the global server variable REQUEST_URI in PHP. This variable contains th...

How can a PHP file be included in a password-protected area when setting up a cronjob?

When setting up a cronjob to run a PHP file in a password-protected area, you can include the necessary authentication credentials in the URL using ba...

How can additional values from $_GET be included in the link output in the PHP code?

To include additional values from $_GET in the link output in PHP, you can append them to the URL as query parameters. This can be achieved by iterati...

Showing 9946 to 9950 of 10000 results

‹ 1 2 ... 1987 1988 1989 1990 1991 1992 1993 ... 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.