<?/*now you can try visit helper.php - default 'third' option should be selected, or
helper.php?option=1, option=2, ... This should select proper option*/
?>
<div>
Third is the <a href="?page=helper">default</a>. You may also select: <a href="?option=1&page=helper">first</a> <a href="?option=2&page=helper">second</a> <a href="?option=3&page=helper">third</a>
</div>
Here is a nice select helper. Looks almost like pure-html <select>, isn't it?