I have been working on a cURL script and I am finally done, yay! Basically, right now, I am grabbing the error / success message and storing it, but how should I store it? Should I store it in a .txt file or MySQL. What is a efficient/common practice?
EDIT: I already have a MySQL database. I do not mind taking a little more time. After reading the answers, it sounds like I should store it in a database (I guess a new table). Should I store it as varchar? or should I create a SQLite database just for error logging?