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?