Don't you need to be using libURL for this to work? So before you issue 'put
url', your CGI would need to 'start using' a stack that includes libUrl.
Phil Davis
[EMAIL PROTECTED] wrote:
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
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution