[code] <?php //Provide the file nameecho __FILE__ . "<br />";... Read More »
[code] Previously it was necessary to integrate the following query: if ( is_category('microblog') ) {... Read More »
[code] The new code allowed in 2.9 is the description argument. 'description' => __('The main widget area, most often used as a sidebar... Read More »
[code] function dayadd($days,$date=null , $format="d/m/Y"){... Read More »
[code] if ($this->db->insert('news', $data)) {... Read More »
[code] if ($this->session->flashdata('notice')): ... Read More »
[code] function updateCategory($vid, $term) { // Make sure the database has all the entries... Read More »
[code] <?function ShortURL($ToConvert) {$short_url= ... Read More »
[code]<?php $self = $_SERVER['PHP_SELF']; //the $self variable equals this file... Read More »
[code] <?php/** * PHP5 - Fast, recursive, directory profiler * @param string $dir Path to a readable directory path... Read More »