php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "referring page"

How can you determine the referring page in PHP?

To determine the referring page in PHP, you can use the $_SERVER['HTTP_REFERER'] variable. This variable contains the URL of the page that referred th...

How can PHP developers ensure that a certain page can only be accessed through a specific referring page, such as Index.php?

To ensure that a certain page can only be accessed through a specific referring page, such as Index.php, PHP developers can check the referring page i...

Is using htaccess a viable alternative for checking the referring page in PHP?

When trying to check the referring page in PHP, using htaccess is not a viable alternative. Htaccess is used for configuring web servers and controlli...

How can you determine the referring URL of a PHP page?

To determine the referring URL of a PHP page, you can use the $_SERVER['HTTP_REFERER'] variable. This variable contains the URL of the page that direc...

How can PHP developers ensure cross-browser compatibility when implementing access control based on the referring page?

When implementing access control based on the referring page in PHP, PHP developers can ensure cross-browser compatibility by using the $_SERVER['HTTP...

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.