In this tutorial you will learn how to create your own Highscores for your games, using your own free server / database. Let's go! Here's an example of how the...
Hey! I really like this tutorial! I have a slightly different problem, I need to save user text to a file, tried tweaking around but couldn't get it right. Maybe you could help me? I've googled for answers, but your tutorial is the closest to what I need
Hey! You have 2 options, I think C3 has an option to create local files... dont know if that works. The second option is via PHP write a script to save a .txt file, it is very easy. Google how to open a file and write/read a text file from PHP
Hey! Thanks for your answer! I've managed to do it through php, wasn't that complicated. Cheers!