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  
Wordpress - Image resized with TimThumb
Published on : 15.05.2010 Category : PHP Snippets Viewed : 31 times.
[code] // Image loaded from a Custom Field<img src="<?php echo bloginfo('template_url'); ?>/thumb.php?src=<?php ...
Read More »

Drupal force search index on update
Published on : 15.05.2010 Category : PHP Snippets Viewed : 30 times.
[code] /*** Implementation of hook_nodeapi()* For adding additional data to search index**/...
Read More »

Wordpress - Include PHP file from template folder
Published on : 15.05.2010 Category : PHP Snippets Viewed : 31 times.
[code] <?php include (TEMPLATEPATH . '/snippet_more.php'); ?> [/code]...
Read More »

Wordpress - Accurate Trim text function
Published on : 15.05.2010 Category : PHP Snippets Viewed : 40 times.
[code] function pcsite_trim ($text, $maxwords, $allowtags = "") {// <?php echo pcsite_trim(get_the_content(), 15, ...
Read More »

Wordpress - Get first image of post (without Custom Fields)
Published on : 15.05.2010 Category : PHP Snippets Viewed : 54 times.
[code] // Get URL of first image in a postfunction catch_that_image() {global $post, $posts;$first_img = '';ob_start();ob_end_clean();$out...
Read More »

Wordpress, show category with checkbox
Published on : 15.05.2010 Category : PHP Snippets Viewed : 60 times.
[code] /** * Restituisce una lista (UL/LI) delle categorie * @params $selected_cats Array delle categorie selezionate *...
Read More »

PHP: Comparing Objects using == and ===
Published on : 15.05.2010 Category : PHP Snippets Viewed : 30 times.
[code] <?php class Box{ public $name = "box";...
Read More »

PHP Error reporting
Published on : 15.05.2010 Category : PHP Snippets Viewed : 27 times.
[code] ini_set('display_errors',1);error_reporting(...
Read More »

Fetch and display RSS feeds
Published on : 15.05.2010 Category : PHP Snippets Viewed : 18 times.
[code] <?php if(function_exists('fetch_feed')) { ...
Read More »

Remove Title from Blogroll
Published on : 15.05.2010 Category : PHP Snippets Viewed : 24 times.
[code] <?php wp_list_bookmarks("categorize=&title_li="); ?> [/code]...
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