/ Published in: PHP
URL: http://www.learnphponline.com/php-basics/how-to-find-the-current-url-in-php
Expand |
Embed | Plain Text
<?php # Using QUERY_STRING $queryString = $_SERVER['QUERY_STRING']; ?>
You need to login to post a comment.
URL: http://www.learnphponline.com/php-basics/how-to-find-the-current-url-in-php
<?php # Using QUERY_STRING $queryString = $_SERVER['QUERY_STRING']; ?>
You need to login to post a comment.