Archive for the ‘php’ Category

Creating a Space Delimited Text File

A few days ago I had to export data to create a space delimited text file. A space delimited text file is a flat data file similar to a .csv. The big difference is a space delimited file does not separate data with a comma, tab or other delimiter. A space delimited file simply relies [...]

Using PHP for Year in Copyright

Wow 2011 has really flown by.  Now that 2012 is almost here it’s time to start changing copyright info in the footer of your site.  Here is quick and easy way to make sure your copyright line always contains the correct year.  The code below pertains to PHP. It’s Just that easy. Now you can [...]