Skip to content

Instantly share code, notes, and snippets.

View kyled09's full-sized avatar

Kyle Dijkstra kyled09

  • The Galactic Empire
  • Bristol, UK
View GitHub Profile
@kyled09
kyled09 / ddealscsv
Last active December 22, 2015 17:28
CSV Function
<?php
fgetcsv_PHP();
function checkAddress($emailAddress)
{
return time() % 2 == 1 ? TRUE : FALSE;
}
function fgetcsv_PHP()
{