Tagged Questions

-4
votes
0answers
68 views

client send json and retrieve it in server [closed]

Now I'm building game by UNITY3D I get some problems about sending json file to server and retrieve it on server. I build server with PHP via Yii framework. Anybody help me :((
5
votes
3answers
700 views

Securing JavaScript / PHP game data

Followup to securing-http-data-from-a-javascript-game-to-server. I'm working on something similar, in that I have a PHP backend and a JavaScript frontend, which plays around with the HTML5 canvas ...