SyntaxFix
Write A Post
Hire A Developer
Questions
Insert your fetched values into an array instead of echoing.
Use file_put_contents() and insert json_encode($rows) into that file, if $rows is your data.
file_put_contents()
json_encode($rows)
$rows