Jump to content

Problem:- fwrite($banned, "$ip[] = '$user'");


GrantDouglas

Recommended Posts

Ok so my script writes to a log file (which is variable $banned).

It needs to insert the text so it appears like this

$ip[] = '0.0.0.0';

here is what i have tried but i can't seem to get it to work.

fwrite($banned, "$ip[] = '$user';");

 

the error produced is:

Parse error: syntax error, unexpected ']', expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/ultimate/public_html/bomber/editban.php on line 6

 

line 6 being the line i showed you :)

Im fairly new to php so any help at all would be greatly appreciated.

Link to comment
https://forums.phpfreaks.com/topic/169206-problem-fwritebanned-ip-user/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.