Dave Tips

Tips for computers and the internet. How to, tips, tricks and resources for computers and the web.

Tuesday, September 25, 2007

Comma Separated Value (CSV) Files with PHP

Comma Separated Values File Format can be used within a PHP. This can be useful to manipulate data that already exists in .csv files, or to easily create a datafile with either a program (like Excel) or by hand. Here are some more resources about PHP and the CSV File Format:

Labels: , ,

Sunday, September 2, 2007

Unix Timestamp Converter

An online tool to covert a date and time into a Unix Timestamp (time measured in the number of seconds since the Unix Epoch [January 1 1970 00:00:00 GMT]).

Labels: