Hello,
I would like to take the data from a mysql result set, and write the
results to a file using fwrite(). The problem I'm having now is the
file I'm writing to only shows the php code, instead of the actual
interpreted mysql data. My goal is to create a txt file containing
data from my web orders, so I can import that data into my accounting
software. Does anyone have any suggestions for me?
I really appreciate any help with this matter.
Aaron;
I would like to take the data from a mysql result set, and write the
results to a file using fwrite(). The problem I'm having now is the
file I'm writing to only shows the php code, instead of the actual
interpreted mysql data. My goal is to create a txt file containing
data from my web orders, so I can import that data into my accounting
software. Does anyone have any suggestions for me?
I really appreciate any help with this matter.
Aaron;
Comment