prcollin Posted May 29, 2008 Share Posted May 29, 2008 Looked on w3 and tizag but how do you specify the directory to place the new file into when using fopen() Link to comment https://forums.phpfreaks.com/topic/107804-fopen-question/ Share on other sites More sharing options...
rhodesa Posted May 29, 2008 Share Posted May 29, 2008 $fh = fopen('path/to/file.txt','w+'); Link to comment https://forums.phpfreaks.com/topic/107804-fopen-question/#findComment-552619 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.