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: A categories dropdown menu
Published on : 12.05.2010 Category : PHP Snippets Viewed : 25 times.
[code] <form action="<?php bloginfo('url'); ?>/" method="get" class="dropcats" > <?php $select =...
Read More »

MySQL Interface Class
Published on : 12.05.2010 Category : PHP Snippets Viewed : 23 times.
[code] <?php // manages mysql connectionclass SQL {  ...
Read More »

Smf admini silinmez yapmak
Published on : 12.05.2010 Category : PHP Snippets Viewed : 148 times.
[code] Sources/Subs-members.php ac bul:// Delete a group of/single member.func...
Read More »

time between now and future date. (days, hours, minutes, seconds
Published on : 12.05.2010 Category : PHP Snippets Viewed : 24 times.
[code] function timeBetweenNowAndDeadline($deadline) { $currentDate = date("U...
Read More »

Parcours de fichiers
Published on : 12.05.2010 Category : PHP Snippets Viewed : 25 times.
[code] $d = dir("/home/eric/public_html/test/k");$kml = "";...
Read More »

Clean Post Array for security reasons
Published on : 12.05.2010 Category : PHP Snippets Viewed : 38 times.
[code] foreach($_POST as $key => $value) { $_POST[$key...
Read More »

PHP : Powerfull testing mails
Published on : 12.05.2010 Category : PHP Snippets Viewed : 24 times.
[code] // PHP.ini : allow_call_time_pass_reference = On// somenone can override this ?function neo_mailCheck($Email){...
Read More »

Previou and next post links wth ability to shorten titles
Published on : 12.05.2010 Category : PHP Snippets Viewed : 26 times.
[code] function my_prev_post_link($format='&laquo; %link', $link='%title', $in_same_cat = ...
Read More »

Convert Array to Object
Published on : 12.05.2010 Category : PHP Snippets Viewed : 25 times.
[code] // Converts an array to an objectfunction array2obj($data) { return ...
Read More »

Find Users in a particular Group by group name with Symfony plugin sfDoctrineGuard
Published on : 12.05.2010 Category : PHP Snippets Viewed : 29 times.
[code] $q = $this->createQuery('u') ->innerJoin('u.Group...
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