(01-22-2010, 04:58 PM)Extasey Wrote: I don't understand...
How do you get "sup.txt"?
if ($handle = fopen($filename, 'a')) {
any write mode: 'a', 'a+', 'w', 'w+' 'x', and 'x+' also will try to create a file when you use those mods, the only mode that wont create a file if it doesnt exist is read.