CODE
LIBARY.COM
Home
/
PHP
PHP Query redirection
Query redirection
<? if ($_SERVER['QUERY_STRING'] != "") header("Location: ".$_SERVER['QUERY_STRING']); ?>
if ($_SERVER['QUERY_STRING'] != "") header("Location: ".$_SERVER['QUERY_STRING']); ?>
Copy to Clipboard
Related Snippets
PHP Meta Tag Finder
PHP Factory Method Design Pattern
PHP PHP Array: Find First and Last Element
PHP FTP File Upload
PHP Recursive Array Replace by Key or Value
PHP Apache Headers Request
PHP Array Simple Randomizing
PHP Quick Sort
PHP File read using while
PHP Simple Template Class