Page 1 of 1

Getting turing to send scores to a PHP script?

Posted: Tue Jan 10, 2006 4:33 pm
by Anonymous
Hi, i'm trying to get turing to send a score and name to a php script, witch will then send it to mysql, but how would I go abouts to sending the score? Maybe if I make 2 different php scripts and make the score go to one and the name to the other? Please help.

Archived topic from Iceteks, old topic ID:4079, old post ID:33496

Getting turing to send scores to a PHP script?

Posted: Tue Jan 10, 2006 4:45 pm
by Red Squirrel
Does turing support tcp networking? Just have it send a HTTP POST request to the server. Ex:

Code: Select all

POST /folder/script.php?act=submit HTTP/1.1
HOST: site.com
user-agent: your program name

variable1=value1&variable2=value2
[code]

Something like that, you'd have to look it up further as I might of got the HTTP stuff wrong. 

[color=#888888][size=85]Archived topic from Iceteks,  old topic ID:4079, old post ID:33497[/size][/color]