SyntaxFix
Write A Post
Hire A Developer
Questions
Here are the steps:
Close the file
$select = "data what we trying to store in a file"; $file = fopen("/var/www/htdocs/folder/test.txt", "w"); fwrite($file, $select->__toString()); fclose($file);