PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
MySQL, if you try mysql in command line to read a text or something it takes 0.00 seconds. Where as if you use file system it'll be slower than 0.00 since you have to open file, read file, close file the process for this file system is slower than mysql.