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  
Symfony HTTP AUTH
Published on : 09.05.2010 Category : PHP Snippets Viewed : 38 times.
[code] public function preExecute(){ $this->checkBasicAuth()...
Read More »

File extension
Published on : 09.05.2010 Category : PHP Snippets Viewed : 37 times.
[code] 1. $extension = substr($filepath, strrpos($filepath, '.')...
Read More »

PHP CLI Progress bar
Published on : 09.05.2010 Category : PHP Snippets Viewed : 29 times.
[code] // Usage progress($currentPostion,$totalResults); function progress($current,$total,$label ...
Read More »

PHP PDO Connection
Published on : 09.05.2010 Category : PHP Snippets Viewed : 29 times.
[code] try { $db = new PDO("pgsql:dbname=dbname;host=localhost", "username", "password" )...
Read More »

Drupal Form manipulation
Published on : 09.05.2010 Category : PHP Snippets Viewed : 23 times.
[code] RENDER ONLY 1 FIELD<?php print drupal_render($form['group_company']['field_street'...
Read More »

Print the permanent URL of a post based on the ID
Published on : 09.05.2010 Category : PHP Snippets Viewed : 30 times.
[code] echo get_permalink(123); [/code]...
Read More »

How to filter a WordPress theme’s ‘more link’ text
Published on : 09.05.2010 Category : PHP Snippets Viewed : 44 times.
[code] <?php add_filter( 'the_content_more_link', 'my_more_link', 10, 2 ...
Read More »

How to fix get_the_content() stripped tags in WordPress
Published on : 09.05.2010 Category : PHP Snippets Viewed : 39 times.
[code] <?php the_content(); // this is your standard way to output Post or Page content // now the test which works $var_con...
Read More »

Replace Excerpt Ellipsis with Permalink
Published on : 09.05.2010 Category : PHP Snippets Viewed : 27 times.
[code] function replace_excerpt($content) { return str_replace('[...]'...
Read More »

Improving WordPress’ the_excerpt() template tag
Published on : 09.05.2010 Category : PHP Snippets Viewed : 322 times.
[code]function improved_trim_excerpt($text) {global $post;if ...
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