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  
PHP5 Method Chaining Example
Published on : 13.05.2010 Category : PHP Snippets Viewed : 26 times.
[code] <?phpclass DeadObnoxiousInfomercialSalesman { protected $name = "Anonymous Salesman"; protected ...
Read More »

Validate emails with SMTP and PHP
Published on : 13.05.2010 Category : PHP Snippets Viewed : 33 times.
[code] function validateEmailSmtp($email, $probe_address="", $debug=false) {...
Read More »

Twitter Follow Script Modified
Published on : 13.05.2010 Category : PHP Snippets Viewed : 62 times.
[code] <html><head><title>Twitter Follow Script - Jonathon Maguire</title></head><body><center>&...
Read More »

Truncate string length to n characters and use ...
Published on : 13.05.2010 Category : PHP Snippets Viewed : 28 times.
[code] $max = 40;$desc = (strlen($desc)>...
Read More »

Comparing a numeric value
Published on : 13.05.2010 Category : PHP Snippets Viewed : 31 times.
[code] if((int)$myvar > 0){ // do something......
Read More »

Here spec
Published on : 13.05.2010 Category : PHP Snippets Viewed : 21 times.
[code] <?php if($_POST['submit']) {&...
Read More »

Left padding with zeros
Published on : 13.05.2010 Category : PHP Snippets Viewed : 19 times.
[code] $s = "2";$maxLen = 4;echo str_pad...
Read More »

Calculate percent
Published on : 13.05.2010 Category : PHP Snippets Viewed : 22 times.
[code] function percent($val1='', $val2=''){ if...
Read More »

Wordpress Browser Detection Function
Published on : 13.05.2010 Category : PHP Snippets Viewed : 40 times.
[code] /*Browser Detect*/function browser_detect(){ $ipod = stripos($_SERVER...
Read More »

Handling quote characters in HTML form input fields
Published on : 13.05.2010 Category : PHP Snippets Viewed : 29 times.
[code] htmlentities($this->value, ENT_QUOTES) // The ENT_QUOTES par...
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