Sets the headers to prevent caching for the different browsers.Different browsers support different nocache headers, so several headers must be sent so that all of them get the point that no caching should occur.
2455
Continue readingSets the headers to prevent caching for the different browsers.Different browsers support different nocache headers, so several headers must be sent so that all of them get the point that no caching should occur.
2455
Continue readingConverts MySQL DATETIME field to user specified date format.If $dateformatstring has ‘G’ value, then gmmktime() function will be used to make the time. If $dateformatstring is set to ‘U’, then mktime() function will be used to make the time.
2419
Continue reading