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!
I am thinking about storing some constant variables into mysql db ,so i can easy retrive or change them whenever i need (tblSettings). Is it posible, pointless, or there is another better way to menage this?
Well, in terms of being constant in one script execution...
I agree. Database can be okay. If you're concerned about performance, you can always retrieve all the rows and serialize them in order to avoid a database call.