View Single Post
(#7 (permalink))
Old
paul_nicholls paul_nicholls is offline
Junior Member
paul_nicholls is on a distinguished road
 
Posts: 10
Join Date: Sep 2009
Default 10-04-2009, 12:30 AM

Quote:
Originally Posted by Charlieclark View Post
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
Reply With Quote