Fee Fid Fo Fum - Retrieving an Image with a FID in Drupal 6 I had the need to add an image tag to page output that was generated inside a custom Drupal module. Type: Tip Tags: D6 Drupal CCK image
Determing if an array has duplicate values in PHP Recently, I had the need to determine whether an array had duplicate values in it. Type: Tip Tags: php
In a Rush? Install with Drush! You know how to install Drupal the normal way, but there is a shortcut, if you have drush. Type: Tip Tags: D7 Drupal drush install
roundDown for php It seems crazy that php doesn't have a native roundDown function. Type: Tip Tags: php
Making the ssl Connection in Drupal There are times when the connection to your Drupal database will need to be via ssl, such as when using an external DB service like clearDB. How do you accomplish this with regards to the settings.php file? Type: Tip Tags: D8 Drupal database