Converting MySQL timestamp to RSS pubDate in PHP
A quick and simple means of using PHP to convert a MySQL timestamp field into the required format for the RSS pubDate field. date(‘D, d M Y H:i:s O’, strtotime($mysql_timestamp_val));
A quick and simple means of using PHP to convert a MySQL timestamp field into the required format for the RSS pubDate field. date(‘D, d M Y H:i:s O’, strtotime($mysql_timestamp_val));
For a recent eConnected client, we were required to have a link to a vcard that could be downloaded. The problem was that this is just a pure text file and as such is typically just opened in the browser. It took me quite some time to locate help on this so I thought that [...]
For a recent hire I had to put together some questions for the candidates; I found these quite useful so thought I would share them. Warm Up I wanted to start off the technical questions with just some easy questions to get them relaxed (developers seem to be a nervous bunch on the whole!). These [...]