I am trying to generate a file from mysql. The I am using is:
SELECT * INTO OUTFILE $_SERVER['DOCUMENT_ROOT']/data.txt FIELDS TERMINATED BY ',' FROM admin";
The code is working fine as I am not getting any error. But the problem is I could not locate where the file is created. Would any body please help me.
I am using a shared hosting.
Thanks
$_SERVERis a PHP thing – shiplu.mokadd.im Feb 23 at 12:06