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  
Time Ranges Array
Published on : 15.05.2010 Category : PHP Snippets Viewed : 26 times.
[code] static public function timeIntervals($start_time, $end_time, $interval)...
Read More »

TimeZone select for PHP
Published on : 15.05.2010 Category : PHP Snippets Viewed : 34 times.
[code] <select id="timezone" name="timezone"> <?php $timezone_identifiers = DateTimeZone::listIdentifiers();...
Read More »

PHP Enumeration Constant Reflection
Published on : 15.05.2010 Category : PHP Snippets Viewed : 41 times.
[code] class Emergency { const Fire = 0; const Flood = 1; ...
Read More »

Image Validation
Published on : 15.05.2010 Category : PHP Snippets Viewed : 28 times.
[code] if($_FILES['logo']['name']!='') { ...
Read More »

Create Image thumb while uploading
Published on : 15.05.2010 Category : PHP Snippets Viewed : 32 times.
[code] if(!empty($_FILES)){ $img ...
Read More »

Wordpress upload for plugin
Published on : 15.05.2010 Category : PHP Snippets Viewed : 33 times.
[code] add_filter('upload_dir', 'my_upload_dir');$upload = wp_upload_dir();remove_filte...
Read More »

Convert string to ASCII
Published on : 15.05.2010 Category : PHP Snippets Viewed : 26 times.
[code] function to_ascii($string){ $ascii_string = ''; ...
Read More »

Object_to_array
Published on : 15.05.2010 Category : PHP Snippets Viewed : 60 times.
[code] function object_to_array($object){ $new=NULL; if(...
Read More »

Wordpress comment style based on role
Published on : 15.05.2010 Category : PHP Snippets Viewed : 27 times.
[code] <ol id="commentlist"><?php foreach ($comments as $comment) : ?> ...
Read More »

Display Thumbnail from Image/File Page Attribute - Concrete5
Published on : 15.05.2010 Category : PHP Snippets Viewed : 143 times.
[code] <?php $lfb = LibraryFileBlockController::getFile($cobj->getAttribute('thum...
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