Hello guys!
I want to make a viewer function that adds up everytime the script runs.
I want to do it with a text file, something like this i guess..
$fp = fopen("video1.txt", 'a');
///I guess i need to get the current value of the file, then add an additional view point somehow.
fwrite($fp, "What do i do here? +1 on what?");
fclose($fp);
I would love you for a thousand years if u wrote this little thing as it should.
/Regards, Sorcher