hello, i am hosting a game and i am storing the character files online and they save to .txt file on my site(e.g. god ownz.txt, jim.txt, ect...). I was just wondering if it was possible to edit a .TXT file through php
so heres an example:
theres a box that you type the name into (E.G GOD OWNZ.txt)
and a button that says (click to get ADMIN)
so when you press it it edits the line that says:
Character-rights = 0
to
Character-rights = 3
if any one has a code for this PLEASE post it
THANKS.