$_SERVER['REQUEST_URI']
For more details on what info is available in the $_SERVER array, see the PHP manual page for it.
If you also need the query string (the bit after the ?
in a URL), that part is in this variable:
$_SERVER['QUERY_STRING']
Related Posts:
- Replace ' and similar html codes with their correspondent character?
- How to prevent the “Confirm Form Resubmission” dialog?
- navigate back with PHP form submission
- How to fix “Headers already sent” error in PHP
- “Notice: Undefined variable”, “Notice: Undefined index”, and “Notice: Undefined offset” using PHP
- http://localhost:80 is not working on running Apache server through UniServer ZeroXIII
- PDOException SQLSTATE[HY000] [2002] No such file or directory
- How do I get PHP errors to display?
- Get the full URL in PHP
- How do I check if a string contains a specific word?
- How to force file download with PHP
- How to Set Category Page as Home Page in Prestashop
- Get the full URL in PHP
- Getting an error when I visit http://localhost
- PHP random string generator
- What are the differences in die() and exit() in PHP?
- How to call a JavaScript function from PHP?
- Error 500: Premature end of script headers
- Cookies vs. sessions
- Expected status code 200 but received 500
- Can you “compile” PHP code and upload a binary-ish file, which will just be run by the byte code interpreter?
- Invalid argument supplied for foreach()
- Remove the last character from a string
- How to prevent Browser cache for php site
- what does a .php?id=&value=value means?
- Setting up a PHP interpreter in PhpStorm
- When should I use ‘self’ over ‘$this’?
- Get Current URL in Magento and show something
- php create object without class
- Creating a search form in PHP to search a database?
- How do I make a simple crawler in PHP?
- Weird PHP error: ‘Can’t use function return value in write context’
- How do I get a YouTube video thumbnail from the YouTube API?
- How to call function of one php file from another php file and pass parameters to it?
- SQLSTATE[HY093]: Invalid parameter number: parameter was not defined
- Is it possible to run .php files on my local computer?
- MAMP “Apache couldn’t be started because port is in use.” AND “Can’t connect to local MySQL server through /tmp/mysql.sock
- Php include not working? function not being included
- Send attachments with PHP Mail()?
- PHP mail function doesn’t complete sending of e-mail
- Convert php array to Javascript
- Warning: file_get_contents(): https:// wrapper is disabled in the server configuration by all
- phpMyAdmin ERROR: mysqli_real_connect(): (HY000/1045): Access denied for user ‘pma’@’localhost’ (using password: NO)
- Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in
- Convert DateTime to String PHP
- Xampp Access Forbidden php
- SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match number of tokens on line 102
- File attachment with PHPMailer
- What does MYSQLI_NUM mean and do?
- Fatal Error: Allowed Memory Size of 134217728 Bytes Exhausted (CodeIgniter + XML-RPC)
- Laravel 5 Clear Views Cache
- phpinfo() is not working on my CentOS server
- XAMPP, using port:81, cannot run localhost:81/mywebsite
- ERROR: SQLSTATE[HY000] [2002] No connection could be made because the target machine actively refused it
- What does double question mark (??) operator mean in PHP
- How can I find the php.ini file used by the command line?
- What is the MM/DD/YYYY regular expression and how do I use it in php?
- Check if a PHP cookie exists and if not set its value
- Deprecated: mysql_query() [duplicate]
- Call to undefined function mysql_query() with Login [duplicate]
- How to integrate WordPress with Angular 8 for website?
- Is there a function to make a copy of a PHP array to another?
- How to POST JSON Data With PHP cURL?
- htmlentities() vs. htmlspecialchars()
- Fastest way to implode an associative array with keys
- PhpMailer SMTP NOTICE: EOF caught while checking if connected
- Facebook – Error parsing input URL, no data was cached, or no data was scraped
- How to use $_SERVER[‘HTTP_REFERER’] correctly in php?
- what is $_SERVER[‘QUERY_STRING’] ? how it works?
- Getting the screen resolution using PHP
- PHP Error : Fatal error: Constant expression contains invalid operations
- PHP: fopen() Permission denied
- How should I be setting browscap.ini file
- CodeIgniter: Unable to connect to your database server using the provided settings Error Message
- Returning JSON from a PHP Script
- JavaScript equivalent of PHP’s in_array()
- Create a folder if it doesn’t already exist
- Implement linked list in php
- Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0
- Can I store images in MySQL
- PHP: date function to get month of the current date
- MySQL Daemon Failed to Start – centos 6
- How to make PDF file downloadable in HTML link?
- How to remove index.php from WordPress site URL
- What is a templating language?
- Logout button php
- Determining Referer in PHP
- Unset cookies php
- PHP Like thing similar to MySQL Like, for if statement?
- Redirecting from HTTP to HTTPS with PHP
- PHP syntax question: What does the question mark and colon mean? [duplicate]
- Generate PDF from HTML PHP
- Call to a member function fetch_assoc() on boolean in
[duplicate] - How to use Memcached with PHP7?
- Remove empty array elements
- select count(*) from table of mysql in php
- Auto increment in phpmyadmin
- Undefined index with $_POST [duplicate]
- file_get_contents() how to fix error “Failed to open stream”, “No such file”
- wordpress menu dropdown item not showing after first dropdown