CODE
LIBARY.COM
Home
/
PHP
PHP Getting query
Getting query
<? $a = $_SERVER['QUERY_STRING']; if (isset($a) && $a != "") echo "$a"; ?>
$a = $_SERVER['QUERY_STRING']; if (isset($a) && $a != "") echo "$a"; ?>
Copy to Clipboard
Related Snippets
PHP Regions and cities in Bulgaria
PHP PHP Functions for CSV Parsing and Formatting
PHP Scratch - repeat check
PHP Convert Snake Case to Camel Case with PHP | Laravel Inspired
PHP Display Server Date and Time
PHP GD Brushes
PHP Show Related Posts @ Single Post
PHP Get User Real IP Address | PHP Function to Retrieve IP Address
PHP Crypt
PHP Count file lines in a folder