Passing form values to an external URL ?

Passing form values to an external URL ?

Hi there,
What I am trying to to is design a form, gather the data, and then take some of that data and redirect to an external URL passing some of the data across.

Eg: Fill in Name, tel, email on the form
click submit - it saves this info to the database, then redirects to eg:  http://www.mydomain.com/cgi-bin/myprogram.pl?Name:Tel

Is this possible and if so, how do I achieve this ?

your help will be most appreciated.