What does this PHP error mean?

Katie Smith

New member
While uploading a fake website to play a trick on my friend I ran into this error when he tries to login:

Parse error: parse error, unexpected ':' in \192.168.0.43\webfiles\files11-233362\text.php on line 3

What is this error? It says its on the third line... this is whats on the 3rd line:

$handle = fopen(“list.txt”, “a”);

thanks!
 
Back
Top