View Single Post
  #6  
Old 2nd September 2017, 05:01
thartley55 thartley55 is offline
Senior Member
 
Join Date: Mar 2012
P2P
Posts: 204
Default
[QUOTE=outtyrox;50545]
Code:
        
        $myfile = fopen("newfile.txt", "w") or die("Unable to open file!");

        fwrite($myfile, $sqlContents);

        fclose($myfile);
So, where does this part get placed?
Reply With Quote