"working" a web site from Rev

Ken Ray kray at sonsothunder.com
Tue Aug 16 18:19:49 EDT 2005


On 8/16/05 4:48 PM, "Ken Ray" <kray at sonsothunder.com> wrote:

> put urlEncode("Test") into tName
> put urlEncode("test at test.com") into tEmail
> get url("http://www.123.com/cgi-bin/testcgi?" & tName & "&" & tEmail)

Whoops! That should be:

  get url("http://www.123.com/cgi-bin/testcgi?name=" & tName & "&email="
  & tEmail)

Sorry...

But Dave's already clued you in on this, and his code is better than mine...
:-)


Ken Ray
Sons of Thunder Software
Web site: http://www.sonsothunder.com/
Email: kray at sonsothunder.com





More information about the use-livecode mailing list