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  
More power from node.tpl
Published on : 12.05.2010 Category : PHP Snippets Viewed : 26 times.
[code] function wim_preprocess_node(&$variables) { $function = 'wim_preprocess_node'....
Read More »

PHP : Transform a date in french
Published on : 12.05.2010 Category : PHP Snippets Viewed : 24 times.
[code] // transforme une date 2007-07-31 en mardi 31 juillet 2007function neo_date_datefr ($date){ $a_jour = ...
Read More »

PHP : form a date with slash or dash
Published on : 12.05.2010 Category : PHP Snippets Viewed : 33 times.
[code] // transforme une date 31/07/2007 en 2007-07-31 et inversemment sans heurefunction neo_date_transform ($date, $separator){...
Read More »

PHP : Extend nl2br : only ONE
Published on : 12.05.2010 Category : PHP Snippets Viewed : 38 times.
[code] // Extend nl2br PHP : only ONE <br/>function neo_replace_nl2br($texte){ $pattern = ...
Read More »

PHP : convert a int Month to french String
Published on : 12.05.2010 Category : PHP Snippets Viewed : 30 times.
[code] // convert > mois numérique vers > mois textefunction moisFr ($month){ if (...
Read More »

PHP : Remove accents
Published on : 12.05.2010 Category : PHP Snippets Viewed : 57 times.
[code] // Remove accentsfunction neo_remove_accent($l_str){ $l_match = ...
Read More »

PHP : Convert Word characters
Published on : 12.05.2010 Category : PHP Snippets Viewed : 25 times.
[code] // Convert word special charactersfunction word_annihilator ($text){ $pattern = ...
Read More »

WordPress sub page and parent page menu
Published on : 12.05.2010 Category : PHP Snippets Viewed : 28 times.
[code] <?phpif(!$post->post_parent){ // will display the subpages...
Read More »

Remove wordpress parent links
Published on : 12.05.2010 Category : PHP Snippets Viewed : 30 times.
[code] // Place this section in your functions.php <?phpfunction removeParentLinks() {...
Read More »

E-Mail validation
Published on : 12.05.2010 Category : PHP Snippets Viewed : 28 times.
[code] function check_mail($email){ if(eregi("[A-Za-z0-9\....
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