- Joined
- Apr 29, 2005
- Messages
- 6,400
- Reaction score
- 130
On my latest project (http://pie-designs.net/piegebra) I put mathematical equations into images. Currently, I have it so that the equation is stored in a database along with an id and some other info. Meaning that every time someone visits the image it needs to be created first. I have no idea if this the best way to do it.
So, I was wondering what would be the best to do something like this? Should I store the images on my web server and have no need for a mysql database? Or should I keep it this way and use minimum storage space?
So, I was wondering what would be the best to do something like this? Should I store the images on my web server and have no need for a mysql database? Or should I keep it this way and use minimum storage space?