[code]<?// From here: http://www.autistici.org/ermes/index.php?pag=1&post=15// and fixed here: http://www.barattalo.it// ------------------------------... Read More »
[code] public function InjectionSafe($TestString, $RemoveLinks = false){ $regex ... Read More »
[code] $templatearray = array();$commercial = new DirectoryIterator('demos'... Read More »
[code] function insertThumbnailRSS($content) { global $post; if ... Read More »
[code] add_theme_support( 'post-thumbnails' ); or add_theme_support( 'post-thumbnails', array( 'post' ) ); // Add it for postsadd_theme_support( 'post-thumbnails', array( ... Read More »
[code] <?php if ($terms): ?><?php /* sort taxonomy links by vocabulary 27 */... Read More »
[code] <?php define('DB_HOST', 'localhost')... Read More »
[code] // Trims a string down to a certain length and inserts an ellipses if it was trimmed.function cut($str, $len=30) ... Read More »
[code] <?php /* * Author: Alvin Crespo * Date: 2/23/2010 * ... Read More »
[code]public function getDaysInWeek($week, $year) { $week = ... Read More »