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  
Makecvs
Published on : 10.05.2010 Category : PHP Snippets Viewed : 29 times.
[code] function MakeCvs($source) { $data['emails'] = ...
Read More »

Calculate file size with range i.e bytes, kb, mb, gb
Published on : 10.05.2010 Category : PHP Snippets Viewed : 22 times.
[code] function get_file_size($file_size) { $range = 0;  ...
Read More »

UL Navigation Construction (create re-usable navigations)
Published on : 10.05.2010 Category : PHP Snippets Viewed : 24 times.
[code] <?php// Create (at least) 2 pages:// 1) page.php : this is the rendered html page// 2) nav-settings.php : this holds the settings of number of nav items, urls, etc....
Read More »

Unfollow all your followers on Twitter
Published on : 10.05.2010 Category : PHP Snippets Viewed : 38 times.
[code] define("USERNAME", "__YOU_TWITTER_USER_NAME_HERE__");define(...
Read More »

Howto run your own functions on any forms submission.
Published on : 10.05.2010 Category : PHP Snippets Viewed : 33 times.
[code] /** * Implementation of hook_form_alter(). */function simple_checkout_form_alter($form_id...
Read More »

Wordpress display posts in category based on page.
Published on : 10.05.2010 Category : PHP Snippets Viewed : 21 times.
[code]//if is articles page, get posts from this category id and show 9 of them.<?phpif (is_page('7') ) {...
Read More »

Generic form processing script
Published on : 10.05.2010 Category : PHP Snippets Viewed : 23 times.
[code] /**  * ============================================== * Generic form processing code * ==============================================...
Read More »

Listenausgabe
Published on : 10.05.2010 Category : PHP Snippets Viewed : 34 times.
[code] In die Mysql:  $result = mysql_query...
Read More »

Drupal 6 custom login block
Published on : 10.05.2010 Category : PHP Snippets Viewed : 32 times.
[code] <?php global $user; ?> <form action="<?php print ...
Read More »

Prestashop 1.2.5 Free Shipping for 1 Carrier
Published on : 10.05.2010 Category : PHP Snippets Viewed : 34 times.
[code] /* change:if (isset($configuration['PS_SHIPPING_FREE_PRICE']) AND $orderTotal >= floatval($configuration['PS_SHIPPING_FREE_PRICE']) AND floatval($configuration['PS_SHIPPING_FREE_PRICE']) > 0)  return $shippin...
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