Posted by Oli Filth on 09/16/05 03:07
Shabam said the following on 16/09/2005 00:56:
> I have a form page that accepts a text field variable. The problem is, I
> need to concatenate this text field variable with some other string. How
> can I get this done?
>
> So, suppose a user enters "hello" in the text box. When he submits the form
> I need the form variable DOMAINURL to be "hello.whatever.com" in the GET
> url.
>
Why can't you do this server-side in the script that receives the form
submission?
--
Oli
[Back to original message]
|