Sure it is. Change the method of the form from a 'post' to a 'get'
<FORM action="mypage.php?para1=val1¶2=val2" method="get">
Get variables in action URL don't work with get method, at least in Mozilla.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

