Posted by D_a_n_i_e_l on 09/08/07 14:49
I am using fopen with w+ parameter to create a file, no errors are thrown but I cannot find thw file. Where (in what directory) is the file placed ? $ifname = 'test.txt'; $fh = fopen($ifname, 'w+') or die("Can't open file");
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming