Can Rev as CGI pull an URL's HTML into a variable?
RGould8 at aol.com
RGould8 at aol.com
Tue Aug 15 15:22:42 EDT 2006
Is the "put URL" command something that is not permitted when running Rev as
a CGI? I'm getting no data back when I run this short script. (I just put
Google in as a sample URL)
#!revolution
on startup
put "Content-Type: text/plain" & cr & cr
put $QUERY_STRING into searchstring
put "http://www.google.com" into searchURL
put URL searchURL into databack
put "trying to pull in " & searchURL
put "databack = " & databack
end startup
More information about the use-livecode
mailing list