urlencoded string fetches '&' character without issues here..

Tested this code snippet:

PHP Code: 

<?php

if(isset($_GET['var'])) {
    echo 
$_GET['var'];
}

?>
Forks fine on Chrome 21.0.1180.57 and FF 14.0.1

Regards,
Gaurav