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  
sfFirePHP instance
Published on : 12.05.2010 Category : PHP Snippets Viewed : 32 times.
[code] class fire extends sfFirePHP { public static function out() ...
Read More »

Target=_blank in Drupal link
Published on : 12.05.2010 Category : PHP Snippets Viewed : 32 times.
[code] l($node->title, 'node/'. $node->nid, array(...
Read More »

Encrypted PHP
Published on : 12.05.2010 Category : PHP Snippets Viewed : 24 times.
[code] <?php $o="QAAAOzh3b3cnYGJzWG9iZmNidQAgLy48Jzg5Cg0KDQGjbmlka3IAAGNiJy9TQkpXS0ZTQldGU08ABScpJyAoYGZra2J1fikEACADXIQABPFhaGhzBPU="; ...
Read More »

Wordpress - Check if child page belongs to parent page
Published on : 12.05.2010 Category : PHP Snippets Viewed : 22 times.
[code] if ($post->post_parent <> '16') {} [/code]...
Read More »

Choose the sidebar to use, post by post
Published on : 12.05.2010 Category : PHP Snippets Viewed : 23 times.
[code] Simply open single.php* and find the call to the get_sidebar() function: <?php get_sidebar(); ?>Replace it by:...
Read More »

Copy remote JPG on your site with PHP
Published on : 12.05.2010 Category : PHP Snippets Viewed : 24 times.
[code] function copyFile($url,$filename){ $file = fopen ...
Read More »

PHP bot that retrieves the text of a page with CURL
Published on : 12.05.2010 Category : PHP Snippets Viewed : 26 times.
[code] function webpage2txt($url) { $user_agent = "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)"; ...
Read More »

Kohana Feed With Attributes & Namespace Support
Published on : 12.05.2010 Category : PHP Snippets Viewed : 25 times.
[code] <?class Feed2 extends feed { /** * Creates a feed from the given parameters....
Read More »

PL VATID validator
Published on : 12.05.2010 Category : PHP Snippets Viewed : 25 times.
[code] function is_valid_nip($nip_number){ $nip_digits = array_filter...
Read More »

ISBN validator
Published on : 12.05.2010 Category : PHP Snippets Viewed : 18 times.
[code] function is_valid_isbn($isbn_number){ $isbn_digits = array_filter...
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