Need Help With PHP Error

Connect with other users about what to run on your webhosting (and how to run it) here.
Post Reply
xDukeNukem
New to forums
New to forums
Posts: 1
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sun Jul 13, 2014 6:09 pm

Need Help With PHP Error

Post by xDukeNukem »

I keep getting this error:

Code: Select all

Parse error: syntax error, unexpected '', FILE_APPEND);' (T_CONSTANT_ENCAPSED_STRING) in /usr/www/flavegaming/donate/setup/dosetup.php on line 37

The code it's referring to is:

Code: Select all

file_put_contents('../inc/config.php', $file_contents, FILE_APPEND | LOCK_EX);
		file_put_contents('../inc/apikey.php', $file_contents2, FILE_APPEND);
		include('success.php');
Help Please
Post Reply