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 Gz Compress
PHP PHP IP Address Validation Function
PHP Credit Card Number Validation
PHP Random quotes using arrays
PHP Effective Directory Listing
PHP Array Get Image Properties
PHP File Read using for looper
PHP Limit Excerpt Length in WordPress with the_excerpt_max_charlength Function
PHP Change file upload name using Code Igniter
PHP Array Looper with For and Explore