Hello,
Can I write about php here in amx forum ? If yes
PHP Code:
<?
// Open file for read and string modification
// Open file to write
$fh = fopen(lol.txt, 'r+');
fwrite($fh, $new_contents);
fclose($fh);
?>
I have got something like this and I want to write
Quote:
LooooL
Hello it is my code
|
in lol.txt and I don't know how to do it