PHP code 02-11-2011, 08:01 PM
#1
Hi!!!
Well, recently I found this little php, I'm trying one little project with it. Well... If somebody can help me,
I need this code:
to write the data on a new line![Smile Smile](https://sinister.ly/images/smilies/set/smile.png)
Thanks!
Well, recently I found this little php, I'm trying one little project with it. Well... If somebody can help me,
I need this code:
Code:
if ($action == "write"){
$open = fopen("log.txt", 'a');
fwrite($open, $data);
fclose($open);
}
to write the data on a new line
![Smile Smile](https://sinister.ly/images/smilies/set/smile.png)
Thanks!
Staff will never ever ask you for your personal information.
We know everything about you anyway.
We know everything about you anyway.