Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to send data to my website using PostAsync?

Asked by
X888X 15
9 years ago

I don't understand how to get my server to take that data and save it to my database, I can do

:GetAsync("http://localhost/send.php?id=0&age=0")

and it'll work but

:PostAsync("http://localhost/send.php","id=0".."age=0")

won't work.

What am I doing wrong?

Answer this question