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  
PHP: List out items in a directory
Published on : 13.05.2010 Category : PHP Snippets Viewed : 27 times.
[code] $dir = "."; if( is_dir( $dir ) ...
Read More »

Zebra Table
Published on : 13.05.2010 Category : PHP Snippets Viewed : 30 times.
[code] <html><head><title>zebra table</title> <style type="text/css"> #mytable tbody tr.even td{ background-color: #d3ecf5;...
Read More »

Month bands for wordpress posts
Published on : 13.05.2010 Category : PHP Snippets Viewed : 22 times.
[code] <?php$date = the_date('F Y', '', '', FALSE);...
Read More »

PHP Based Access Blocking Version 2.0
Published on : 13.05.2010 Category : PHP Snippets Viewed : 25 times.
[code] <?php /** * This is the Security/Blocking class * @package Skyward_Landing_Page...
Read More »

PHP tiny url encode and decode functions
Published on : 13.05.2010 Category : PHP Snippets Viewed : 55 times.
[code] function doShortURL($url) { $short_url= file_get_contents(...
Read More »

Month hash generator for PHP Calendar
Published on : 13.05.2010 Category : PHP Snippets Viewed : 25 times.
[code] method to generate hash:/** * This method generates a calendar hash for an entire month and returns array of data * @access private * @author Matt Ford * @param int $month int...
Read More »

Force File Download version 2.0 with configurable transfer rates
Published on : 13.05.2010 Category : PHP Snippets Viewed : 22 times.
[code] <?php /** * This is the Force File Download class of the Skyward Portal * @package Skyward_Landing_Page...
Read More »

Variable variables samples
Published on : 13.05.2010 Category : PHP Snippets Viewed : 27 times.
[code] // Sample 01:foreach($myData as $data){ $v = ...
Read More »

Recaptcha OOP Class
Published on : 13.05.2010 Category : PHP Snippets Viewed : 50 times.
[code] <?php /* Be sure to set the public and private keys*/&n...
Read More »

Calculate and return filesize of file in different units of measurement
Published on : 13.05.2010 Category : PHP Snippets Viewed : 24 times.
[code] /** * This method calculates, converts, and reports filesize information * @access public * @author Matt Ford...
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