Archive | programming RSS feed for this section

Return a Date Range Array in PHP

I think this code might come in handy for me as well as other programmers. It lets you pass two dates and returns an array containing the range of dates between them. I had found code previously, but there was a glitch and so I decided to just write my own. Copy and paste version [...]

Read full storyComments { 0 }

Numeric equivalent of an Excel column name

I wrote this little php function to see how small I could make the code. I think I did pretty well and figured I would post it here as to not forget in case I needed to actually use it some day. There might be a better way, but I had some fun with this. [...]

Read full storyComments { 0 }

Use PHP to Display EXIF Data from Flickr

Speacial Note: If you want this in a format you can copy/paste click here. I recently added EXIF data to my photo pages in my portfolio with information like Camera used and the ISO setting. I decided it would be good to share this with the PHP community in case anyone was curious or is [...]

Read full storyComments { 0 }