From client, 12 Years ago, written in Plain Text.
This paste is a reply to test from client - go back
Embed
Viewing differences between test and Re: test
$url = $_SERVER['QUERY_STRING'];
$_SERVER['QUERY_STRING'];

#$data = parse_url($url);
parse_url($url);

#var_dump(parse_url($url));

echo $url;