PHP измените строку на URL -

<?php
echo '<a href="mycgi?foo=', urlencode($userinput), '">';
?>
Thoughtless Tortoise