0

Get Current URL With PHP

PHP
Use the below PHP snippet to construct the current page URL.

It will find out if the URL is on a secure URL or not, gets the server name and port number if needed and the current page.

echo curPageURL();

 

Leave a reply