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  
Theme Primary Links Drupal 6.x Adding spans and useful ID's
Published on : 11.05.2010 Category : PHP Snippets Viewed : 33 times.
[code] /** * Adds spans and useful ID's to the primary links. * */function THEMENAME_l...
Read More »

PHP hide email function
Published on : 11.05.2010 Category : PHP Snippets Viewed : 24 times.
[code] <?phpfunction hide_email($email) { $character_set = '+-.0123456789@ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz';...
Read More »

PHP recursive remove directory
Published on : 11.05.2010 Category : PHP Snippets Viewed : 22 times.
[code] function rmdir_recurse($path) { $path = rtrim($path...
Read More »

Delete array item
Published on : 11.05.2010 Category : PHP Snippets Viewed : 23 times.
[code] unset($tab[array_search($element, $tab)]...
Read More »

Extbase l10n
Published on : 11.05.2010 Category : PHP Snippets Viewed : 86 times.
[code] config { linkVars = L sys_language_uid = 0 sys_language_mode = content_fallback;1,...
Read More »

Create Thickbox in Wordpress
Published on : 11.05.2010 Category : PHP Snippets Viewed : 31 times.
[code] <?php wp_enqueue_style('thickbox'); ?> <!-- inserting style sheet for Thickbox. --><?php wp_enqueue_script('jquery'...
Read More »

Yii Swiftmailer
Published on : 11.05.2010 Category : PHP Snippets Viewed : 94 times.
[code] <?php /** * Generic class for sending emails * @author manilodisan...
Read More »

Yii Swiftmailer usage
Published on : 11.05.2010 Category : PHP Snippets Viewed : 74 times.
[code] $email = new Email ();$email->setLogger ();...
Read More »

How to fix dirty HTML code with PHP
Published on : 11.05.2010 Category : PHP Snippets Viewed : 40 times.
[code] /*  download the class from:   http://www.barattalo.it/html-fixer/*/ ...
Read More »

User Login Symfony 1.4 Functional Test
Published on : 11.05.2010 Category : PHP Snippets Viewed : 31 times.
[code] // First, place this in your functional bootstrap file// (optional, but helps keep things organized) sfConfig::set(...
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