Quote:
Originally Posted by Charlieclark
paul_nicholls i will try to make this highscores work for you, i will put them in a attachment when i'm finished.
EDIT: all you have to do is change all the $filename variables to scores so it looks like this:
$file=fopen(scores, "w"); <-- but change all the $filename variables.
(You only get 1 error and that is:
Warning: file(scores) [function.file]: failed to open stream: Permission denied in C:\xampp\htdocs\scores.php on line 13)
|
hmm...ok, I did a search-replace and changed all "$filename" to "scores" like you suggested (unless I misunderstood you?).
Now I get just a blank page and no error
cheers,
Paul