I have a problem thats a bit of a pain. Its with text files. I just want to update the text file.
Im using :
fputs($fp, /n."###");
fputs($fp, $link2/n);
fputs($fp, $msg2);
at the moment. But the problem is its recognising the /n as text and not as a newline thingy. Any idea what the problem is. Your help is appreciated.
Will