in reply to Passing value with two words or more
print $query->redirect("http://webserver/action.asp?name=$name"); Please advise how I can get it to accept more than one word in the form entry for my name field.
URI-encode it. See URI::Escape, CGI's escape and the FAQ How do I decode or create those %-encodings on the web?.
Also, consider learning about the tool you use before you actually use it. You don't seem to know anything about HTTP, but you are using it.
Juerd # { site => 'juerd.nl', plp_site => 'plp.juerd.nl', do_not_use => 'spamtrap' }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Passing value with two words or more
by hmerrill (Friar) on Mar 11, 2004 at 15:10 UTC | |
by Juerd (Abbot) on Mar 11, 2004 at 15:12 UTC | |
by Anonymous Monk on Mar 11, 2004 at 17:08 UTC |