DATE_FORMAT(date,format) Formats the date value according to the format string.
Category Archives: Programming
PHP’s sprintf() on a MySQL query utilizing DATE_FORMAT()
So what’s the solution? You have to “comment-out” the % that aren’t part of your sprintf() substitution. You can do this by putting another % in front of the ‘%’ symbols in the DATE_FORMAT() function. This deems them as a literal percent-sign instead of the start of another sprintf() “variable”.
Open Video Player (OVP)
Open Video Player (OVP) is an initiative encompassing the use of open standards, best practices, and established development methodologies in the development of media player applications.
AdWords API PHP Client Library
Google’s AdWords API service lets developers design computer programs that interact directly with the AdWords platform. With these applications, advertisers and third parties can more efficiently — and creatively — manage their large or complex AdWords accounts and campaigns.
PHP Upload progress
install the PECL uploadprogress library(preferred) or to install APC.
Open Source Apps for Web Designers
There are plenty of open source applications that can help you tremendously as aweb designer. Open source projects are great not only because of their price tag (free), but also because of the passionate community that typically forms around them. In these economic times, it’s often a worthwhile endeavor to see places where you can …