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 :smiley: Thanks

if its running serverside could serialise the fields/properties/objects to xml.

or JSON

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