[code] <?php /* * Author: Alvin Crespo * Date: 2/19/2010... Read More »
[code] <?phperror_reporting(E_ALL); // shows all errors, remove this on live sites ... Read More »
[code] function subval_sort($a,$subkey) { foreach($a as $k... Read More »
[code] <?phpfunction hide_from_spam($Email='spam@gmail.com'){ $Email ... Read More »
[code] $pdo->beginTransaction();//...$stmt = $pdo->... Read More »
[code] <?php class xmlmanager{ private $twitterXML;... Read More »
[code] function get_cck_text_field_allowed_values($field_name){ $result = db_query("SELECT * FR... Read More »
[code] <?php // price(15) returns $15 // price(14.95) returns $14.95 function price(... Read More »
[code] <?php $nwords = array( "zero", "one",... Read More »
[code] /*** Add this in your bootstrap*/protected function _initRoutes() {... Read More »