|
Posted by Kimmo Laine on 10/13/13 11:27
"Lee" <leespires@charter.net> kirjoitti
viestissδ:Z9JYe.1775$X6.1528@fe05.lga...
>I am very new to writing PHP. I am attempting to pen and the write to a
>.txt file. The code and error are as follows:
>
> $fh = fopen("test.txt","a"); #this is problem line
>
> Error: Parse error: parse error, unexpected T_VARIABLE, expecting ',' or
> ';'
>
> Whats the problem other than it not working ... lol
The line before that line is maybe missing a semicolon?
--
SETI @ Home - Donate your cpu's idle time to science.
Further reading at <http://setiweb.ssl.berkeley.edu/>
Kimmo Laine <antaatulla.sikanautaa@gmail.com.NOSPAM.invalid>
Navigation:
[Reply to this message]
|