PhpTips.im - Everything about php - Download CMS, find tips and tricks, code snippetz, classes and more and more...
Bookmark this page !
   

Articles

    Home » Articles » PHP Snippets
Browsing PHP Snippets RSS RSS

   Pages :   0     1     2     3     4     5     6     7     8     9     10     11     12     13     14     15     16     17     18     19     20     21     22     23     24     25     26     27     28     29     30     31     32     33     34     35     36     37     38     39     40     41     42     43     44     45     46     47     48     49     50     51     52     53     54     55     56     57     58     59     60     61     62     63     64     65     66     67     68     69     70     71     72     73     74     75     76     77     78     79     80     81     82     83     84     85     86     87     88     89     90     91     92     93  
Display sticky post and exclude it from recent posts list in WordPress
Published on : 12.05.2010 Category : PHP Snippets Viewed : 67 times.
[code] <?php $sticky = get_option( ’sticky_posts’ ); query_posts( array...
Read More »

PHP : INT is odd or even
Published on : 12.05.2010 Category : PHP Snippets Viewed : 26 times.
[code] // INT : odd or even > return TRUE or FALSEfunction neo_is_odd( $nb ) { return $nb %...
Read More »

PHP : percent an INT
Published on : 12.05.2010 Category : PHP Snippets Viewed : 22 times.
[code] // cross productfunction neo_percent($total, $rapport){ if(...
Read More »

Obfuscate text source
Published on : 12.05.2010 Category : PHP Snippets Viewed : 25 times.
[code] function scramble($text){ $length = strlen(...
Read More »

PHP : highlight keywords in a text
Published on : 12.05.2010 Category : PHP Snippets Viewed : 38 times.
[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 »

Quick directory list in PHP
Published on : 12.05.2010 Category : PHP Snippets Viewed : 31 times.
[code] // open this directory $myDirectory = opendir("."); ...
Read More »

WordPress retrieve custom field from outside the loop
Published on : 12.05.2010 Category : PHP Snippets Viewed : 24 times.
[code] <ul class="feature-images"> <?php global $wpdb;  $sql ...
Read More »

Add Drupal page template suggestions based on path alias.
Published on : 12.05.2010 Category : PHP Snippets Viewed : 32 times.
[code] /** * Override or insert variables into the page templates. * * @param $vars * ...
Read More »

Serve PDF file with PHP
Published on : 12.05.2010 Category : PHP Snippets Viewed : 36 times.
[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 »

Filename to icon
Published on : 12.05.2010 Category : PHP Snippets Viewed : 25 times.
[code] function extensionToIcon($filename){ $filename = strtolower...
Read More »

 

 Members
Log In !
Email Address :

Password :


Change my passowrd !
Sign Up !
We have : 3 members.
Latest member : albans
 
 Last Posts
 
 Advertising
 
©PhpTips.im 2010
Powered by PikaCMS.
Quick Links :
Home | Browse all articles | Downloads | Terms of Use
RSS RSS 2.0 : Articles | Downloads ATOM : Articles | Downloads