PHP

I've dabbled with PHP in college, using template engines like smarty for college projects. Recently I've been heavily involved in setting up a Drupal based site, which has meant getting back into PHP to make various changes to the source to suit our needs.

Log to file

Posted by Tom Eustace on October 02, 2011|Comments|Read full article
Simple logging to file.

Display message based on user login status in Drupal

Posted by Tom Eustace on December 19, 2009|Comments|Read full article
Recently been doing a bit of work with Drupal. Here's a handy little script which allows you to check if a user is logged in or not...