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  
Upload de arquivo
Published on : 08.05.2010 Category : PHP Snippets Viewed : 25 times.
[code] <?php# Written by Sean Nall <all.marx {at} gmail># and placed into the public domain. # @function upload_file...
Read More »

Friendly url
Published on : 08.05.2010 Category : PHP Snippets Viewed : 29 times.
[code] function makeURLFriendly($input){$output = strtolower($input...
Read More »

XSS vector test
Published on : 08.05.2010 Category : PHP Snippets Viewed : 35 times.
[code] '';!--"<XSS>=&{()} [/code]...
Read More »

My debug shit
Published on : 08.05.2010 Category : PHP Snippets Viewed : 26 times.
[code] function GetDbgTxt($txt, $explain = null, $htmlentities = true) {...
Read More »

Notifo Subscribe Request Using PHP, CURL and Jquery
Published on : 08.05.2010 Category : PHP Snippets Viewed : 40 times.
Example of how to send a subscribe_user request using Notifo's api. Notifo lets you setup push notifications to mobiles - for any site. Put the PHP into a separate file named notifo-proxy.php [code] // html + jquery<script type="text/javascript" src="_assets/behaviour/jquery.min.js"></script>...
Read More »

Utilizando o Gravatar
Published on : 08.05.2010 Category : PHP Snippets Viewed : 29 times.
Utilização simplificada para a utilização da imagem gravada no Gravatar para um determinado email. [code] <?$email = "someone@somewhere.com";$default...
Read More »

PHP forge POST
Published on : 08.05.2010 Category : PHP Snippets Viewed : 29 times.
[code] <?php$post_data = array();$post_data['text'...
Read More »

Turn Plain Text URLs into Active Links using PHP
Published on : 08.05.2010 Category : PHP Snippets Viewed : 25 times.
[code] function HyperlinkText($text) {return ereg_replace("[[:alpha:]]+://[^<>[:space:]]...
Read More »

How to Modify Your WordPress Tag for Search Engine Optimization
Published on : 08.05.2010 Category : PHP Snippets Viewed : 22 times.
[code] 1. The first thing we’re doing here is checking to see if it is the home page. If it is then we’re going to show the blog name and then the tag line (see image above on where to go to change this), separated by a ” | ” character. You...
Read More »

A Better Twitter Feed for Your Web Site
Published on : 08.05.2010 Category : PHP Snippets Viewed : 23 times.
[code] <ul><?php$feedURL = "http://twitter.com/statuses/user_timeline/68559295.rss"; // change to your feed URL$doc...
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