View Single Post
(#5 (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-03-2009, 04:14 AM

Quote:
Originally Posted by onegenius View Post
$filename needs to be = "somefolder/filename.xyz" and the folder set to 777 (permission)
Hi onegenius,
I just checked the permission of the scores folder (which is a sub folder of my public_html folder), and it was set to 777.

I AM passing in a folder + filename like so in the URL (amonst other bits too):

Code:
paulsbitsandbytes.webatu.com/scores.php?filename=scores/score.sco&scoresize=10&action=VIEW&viewtype=HTML
So, shouldn't $filename inside the php file be non-blank?

you can try it yourself if you like...

cheers,
Paul
Reply With Quote