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  
Insert advertisements after every 3 wordpress posts
Published on : 10.05.2010 Category : PHP Snippets Viewed : 35 times.
[code] <?php if (have_posts()) : ?>   <?php $count = ...
Read More »

Fetching and storing remote image
Published on : 10.05.2010 Category : PHP Snippets Viewed : 37 times.
[code] $image = drupal_http_request($link);  $path_array = explode...
Read More »

Generate bit.ly links for wordpress posts
Published on : 10.05.2010 Category : PHP Snippets Viewed : 39 times.
[code] function bitly() { global post; $url = get_permalink(...
Read More »

Clickable link PHP
Published on : 10.05.2010 Category : PHP Snippets Viewed : 36 times.
[code] protected function clickable_link($url,$chr_limit = 35,$add = '...')...
Read More »

PHP how to calculate age from date of birth
Published on : 10.05.2010 Category : PHP Snippets Viewed : 32 times.
[code] // input $date string format: YYYY-MM-DDfunction age($date){ list(...
Read More »

__autoload
Published on : 10.05.2010 Category : PHP Snippets Viewed : 22 times.
[code] /**  * PHP 5 Class autoloading. Class files must be same name as PHP Class  * @param string $class_name Class name  * @return mixed ...
Read More »

Unlink Fix
Published on : 10.05.2010 Category : PHP Snippets Viewed : 27 times.
[code] // Save the current directory$old = getcwd();  ...
Read More »

Delete old files
Published on : 10.05.2010 Category : PHP Snippets Viewed : 27 times.
[code] /*! \brief delete old file in a directory* does not delete files in subdirectories* \version 1.0*/...
Read More »

PHP function to change collation on MySQL db
Published on : 10.05.2010 Category : PHP Snippets Viewed : 52 times.
[code] function fix_encoding($reg='//',$set='utf8',$collation='utf8_general_ci'...
Read More »

Gimme - display contents of an array or object
Published on : 10.05.2010 Category : PHP Snippets Viewed : 0 times.
[code] function gimme($array){ echo ' <pre>';...
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