I'm working on a video script that makes an httprequest to a php script on a
server. I want to send something like the following back to SL:
"some string with spaces", "http:\\someurl\somebit?var=somevar&var=etc"
CODE
http_response(key request, integer status, list meta, string body)
{
list datalist = llParseString2List( body, [","], [] );
title = (string)llList2String(datalist,0);
url = (string)llList2String(datalist,1);
...etc...
}
I'm at work and am thinking about this, but don't have an SL client here to
test.
Thanks for any _http_response_ =)
Infrared Wind
