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 Email PHP Errors - Custom Error Handler
PHP GD Text
PHP Count Files in Directory
PHP Strategy Design Pattern
PHP Directory Size Calculator Class
PHP Gravatar Image for 4nkitd@gmail.com
PHP Web-based ZIP Archive Creator for Directories
PHP Meta Tag Finder
PHP Disable Self Pingback in WordPress | PHP Function
PHP Random password using md5() and time()