Weakwill
-
Posts
4 -
Joined
-
Last visited
Never
Posts posted by Weakwill
-
-
Thank you very much to you both
-
Thanks, where would I make the change though? Could You edit that for me please and thank you. ?
-
Can anyone tell me what's wrong with this particular part of my php code?
$handle = fopen(''lovell.txt, ''a'');
That was the line it said there was an issue with, and I'm new and can't seem to figure it out.
Php problem- Syntax error, unexpected t_string line 3
in PHP Coding Help
Posted
So, for some reason it seems my problem has switched lines now, it now appears on line 6.. sorry for the inconvienience but can any of you figure this out then? Ill be adding in additional lines to see if theres any problems there aswell.
fwrite($handle, $variable)
fwrite($handle, '',,''); <---- this is the line
fwrite($handle, $value);
fwrite($handle, ''\r\n'');
}
fwrite($handle, ''\r\n'');
fclose($handle);
exit;
?>