[code] public function preExecute(){ $this->checkBasicAuth()... Read More »
[code] 1. $extension = substr($filepath, strrpos($filepath, '.')... Read More »
[code] // Usage progress($currentPostion,$totalResults); function progress($current,$total,$label ... Read More »
[code] try { $db = new PDO("pgsql:dbname=dbname;host=localhost", "username", "password" )... Read More »
[code] RENDER ONLY 1 FIELD<?php print drupal_render($form['group_company']['field_street'... Read More »
[code] echo get_permalink(123); [/code]... Read More »
[code] <?php add_filter( 'the_content_more_link', 'my_more_link', 10, 2 ... Read More »
[code] <?php the_content(); // this is your standard way to output Post or Page content // now the test which works $var_con... Read More »
[code] function replace_excerpt($content) { return str_replace('[...]'... Read More »
[code]function improved_trim_excerpt($text) {global $post;if ... Read More »