16.04.2009, 12:36
Cookie, I tested it and it works for me.
I did something different then you tho.
Try using the full paths. (c:/some/path/till/Gta/grl/scriptfiles/bugreports.htm)
Also, don't forget to include «'» in the begining and at the end of the pad.
Since your pad
makes you go back one folder and then go to private/Gta/grl/scriptfiles
your file_get_contents function should be called like this:
If it still doesn't work, use the full path instead.
I did something different then you tho.
Try using the full paths. (c:/some/path/till/Gta/grl/scriptfiles/bugreports.htm)
Also, don't forget to include «'» in the begining and at the end of the pad.
Since your pad
Код:
/var/www/vhosts/east-south.com/httpdocs
your file_get_contents function should be called like this:
Код:
file_get_contents('../private/Gta/scriptfiles/bugreports.htm');