[code] <?php $sticky = get_option( ’sticky_posts’ ); query_posts( array... Read More »
[code] // INT : odd or even > return TRUE or FALSEfunction neo_is_odd( $nb ) { return $nb %... Read More »
[code] // cross productfunction neo_percent($total, $rapport){ if(... Read More »
[code] function scramble($text){ $length = strlen(... Read More »
[code] /*neo_highlight_keywords(string $text, array $keywords, string $tag_start, string $tag_end) use : echo neo_highlight_keywords($text, $keywords, '<span>', '</span>');... Read More »
[code] // open this directory $myDirectory = opendir("."); ... Read More »
[code] <ul class="feature-images"> <?php global $wpdb; $sql ... Read More »
[code] /** * Override or insert variables into the page templates. * * @param $vars * ... Read More »
[code] // pdfString is the *contents* of a file.// to serve a file that exists on the file system, use readfile() instead of print $pdfString header... Read More »
[code] function extensionToIcon($filename){ $filename = strtolower... Read More »