Jump to content

http nonsense


HenriDesmarais
 Share

You are about to reply to a thread that has been inactive for 3499 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts

Look, to me this isn't making sense to me. I'd rather sit in php, html, and mysql. But, since I'm trying, I need help making sense of my mistakes.

The idea is to send the touching avatar's uuid to a script. I have the script and database ready. The lsl side is where I'm losing ground.

So, do I need to add, delete, or delve further into scripting for this to work?

default
{
    touch_start(integer total_number)
    {
      llHTTPRequest("http://myurl.tld/sl-verify.php?uuid=" + llDetectedKey(0), [HTTP_METHOD, "POST", HTTP_MIMETYPE, "application/x-www-form-urlencoded; charset=UTF-8"]);
    }
}

 

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 3499 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...