Barattalo

Collection of WordPress plugins, code snippets, tools and posts for developers and happy makers

Execute Scalar and Execute Row for Php

A couple of simple functions thar returns the first value and the first row of a result set. Very usefull.…

Novembre 9, 2009

Javascript to make some links blink

Mark each anchor tag (<a href…) with rel=”blinking” to make the tag blink (not very clever, but sometimes useful). This…

Is Empty Dir?

Php function that return true if the directory specified is empty.

Load File into a String

Simple old function to load a file into a string.