Like PHP Magic Methods we have number of Constants defined in PHP. PHP team has declared 8 of the constants as Magic Constants. These constants generally starts and ends with __ (double underscore). These constants provides different values like current file name, current class name, etc. And the value of this constants will change based [...]
Few Days back I have posted about storing the PHP Session in MemCache Server. Before this article I have also written about setting up PHP Session Path. With this article you should be able to instruct PHP to set your session on specific location defined by you. On my article about storing session in MemCache, [...]
In earlier article we have check to store the image in database using the BLOB datatype. In this article we will check for how to display the images which are stored in database rather than images which are stored in specific folders. If you have stored images in database then displaying those images is not [...]
In earlier two posts we have learned to check for the Events status in MySQL server and then after we have learned to create a simple event, edit existing events, drop and rename evants. Also in the second article we have checked that normal events will gets deleted once executed, these events also called as [...]