phppredefined-variablescurrent-page

PHP predefined variable storing Url


Even if they are quite different I'm going to compare to php predefined variables:

$_SERVER['HTTP_REFERRER']

$_SERVER['PHP_SELF']

IS THERE ANY WAY I CAN STORE THE CURRENT PAGE PLUS THE GET PARAMETERS?

thanks

Luca


Solution

  • You want $_SERVER["REQUEST_URI"].