[code] <html><head><title>My Form</title></head><body> <?php ... Read More »
[code] <?php class Form extends Controller { function index(... Read More »
[code] $this->load->library('pagination'); $config[... Read More »
[code] $this->db->select('title, content, date'); $query =... Read More »
[code] // (1) Open the database connection $connection = mysql_connect("localhost",... Read More »
[code] <?phpfunction ago($timestamp){ $difference = time... Read More »
[code] -----------------------------------Functions.php----------------------------------- if ( function_exists('register_sidebar') )register_sidebar(array('name'=>'sidebar1'... Read More »
[code] <?php $category = get_the_category(); echo $category[0]->... Read More »
[code] <?php $categories = get_categories( $args ); ?> <... Read More »
[code] <?php if (have_posts()) : ?> <?php $count = ... Read More »