Viewing Store a text file or code and retrieve it from my phone app.

Store a text file or code and retrieve it from my phone app.



User: Kevin G. 6 years ago
Hi,

I've just written a app for my iPhone in Unity3D that uses a text file to rate gins, the text file looks like this -

5th Fire
Spain
42.00%
£3.80

Alkamist
Spain
40.00%
£4.50

Aviation
USA
40.00%
£3.40

The app reads it in then the user can view rate the gins.

What I'm trying to do is link it to my EverWeb site and update the file, ether by over writing the text file or using some sever code like -

<?php echo "Username : ".$_POST["ginName"]."n
Score : ".$_POST["ginRating"];
?>

I write in java script an C# and have no idea about the best way to go about this so any help would be greatly appreciated, thanks.

App_00.jpg
App_00
App_02.jpg
App_02


Post Reply
You must login or signup to post.