24 May
2005
24 May
'05
7:22 p.m.
James O'Keefe wrote at 2005-5-23 22:36 -0400:
We would like to expand on that form such that a user can enter their email address and zip code which we would log to our database and then call the url to subscribe the person in the mailman list.
The easiest way it to perform a redirect. Unfortunately, HTTP allows automatic redirects only for "GET" requests. But, if you can live with "GET", then it is very easy. -- Dieter