- Home /
PHP high score variable help?
I am moderately experienced with unity networking, but i'm not really sure how to go about uploading a string to a php script/website, then be able to access it later? If anyone could help or provide an example that would be really great :D Thanks
Comment
Best Answer
Answer by sacredgeometry · Sep 27, 2013 at 08:04 AM
http://support.microsoft.com/kb/815813
if its running serverside could serialise the fields/properties/objects to xml.
or JSON
http://msdn.microsoft.com/en-us/library/system.web.script.serialization.javascriptserializer.aspx
Or you could output it to a textfile thats delimited/formatted however you want and read that.
Otherwise you may need to learn about http requests namely POST