Tagged Questions
0
votes
0answers
113 views
PHP MySQL script - sometimes it works well, sometimes the connection resets
I have a PHP script that queries a MySQL table and exports to .csv. Pretty basic stuff. About 1000 row table.
The problem I'm having is that sometimes it will work instantly (download the .csv), ...