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 GD Security Image
PHP Count Files in Directory
PHP Proxy Detection
PHP Convert Snake Case to Camel Case with PHP | Laravel Inspired
PHP Web Form Submission Handling
PHP Bulgarian Web sites search
PHP Simple Graphic Counter
PHP Web-based Image Resizer Function in PHP
PHP Display Server Date and Time
PHP PHP Array: Find First and Last Element