Map of Undead Burg and Parish

Somebody just posted this to Reddit which I though was rather cool. Apparently I actually own a physical copy of this as it came with the Dark Souls Collectors edition which I got for my birthday, maybe I’ll dig it out and frame it.  

The UK Revolution of 2014

As we all know, a world wide revolution started in 2015 and marked the transition of most of the world’s governments from a ‘citizens participate equally‘ style (which we of course now know they did not participate equally and served as ample material for Charlie Chaplin the II’s film ‘The Read more…

CSV into MySQL using PHP

I wanted to get various fields from a CSV into a MySQL table, it was a two second job. Here is is for anybody that needs it:   [codesyntax lang=”php”] <?php //error reporting error_reporting(E_ALL); ini_set(‘display_errors’, 1); //1) connect to mysql $db = new PDO(‘mysql:host=localhost;dbname=database;charset=utf8’, ‘username’,’password’); //2) $row = 1; if Read more…

css.php