Tag Archives: MySQL

(Part 1) PHP & MySQL: How to create a resource system

One of the biggest problems faced with content rich websites is how to store the data than enriches them. Therefore, I’d like to offer my solution – something I call ‘the resource system’. Specifically, this is designed for PHP & … Continue reading

Posted in Programming | Tagged , | Leave a comment

9 Tips To Speed Up MySQL Tables

In designing my content enriched website, I quickly discovered that trying to handle large quantities of data is a real bottle neck that can be a pain to overcome. So here’s a few (unorganised) tips that I think will help:

Posted in Programming | Tagged | Leave a comment