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  
MY_Form_validation
Published on : 15.05.2010 Category : PHP Snippets Viewed : 31 times.
[code] <?php if (!defined('BASEPATH')) exit(...
Read More »

Form Test Controller
Published on : 15.05.2010 Category : PHP Snippets Viewed : 20 times.
[code] <?php if (!defined('BASEPATH')) exit(...
Read More »

HTTP POST from PHP, without cURL
Published on : 15.05.2010 Category : PHP Snippets Viewed : 193 times.
[code] <?php function do_post_request($url, $data, $optional_headers = null)...
Read More »

Automatically output the content in two columns
Published on : 15.05.2010 Category : PHP Snippets Viewed : 24 times.
[code] This code is poweful but definitely easy to implement. Just paste it on your functions.php file and it will automatically output your post content in columns.Your post content will be splitted on ...
Read More »

Quickly load a file and give each line a linenumber.
Published on : 15.05.2010 Category : PHP Snippets Viewed : 21 times.
[code] <?php $file=file_get_contents("textfile.txt");...
Read More »

SagePay Payment Method for VirtueMart
Published on : 15.05.2010 Category : PHP Snippets Viewed : 151 times.
[code] <?php /*** SagePay Order Confirmation HandlerTony Coyle / Chopstik Internet / 15/5/2009 / udon@chopstik.net...
Read More »

News Module in Typolight: add year and month in the url
Published on : 15.05.2010 Category : PHP Snippets Viewed : 33 times.
[code] //print_r(date('Y',$objArticle->date));setlocale(LC_TIME, "de_DE");$monat ...
Read More »

Phing task: export properties to file
Published on : 15.05.2010 Category : PHP Snippets Viewed : 41 times.
[code] <?php require_once "phing/Task.php"; /**&nbs...
Read More »

Search function for the User Groups module for ExpressionEngine
Published on : 15.05.2010 Category : PHP Snippets Viewed : 29 times.
[code] <form id="group_search" method="post" action="{homepage}/groups/search/"><input type="text" id="group_search_box" name="group_search_box" /><input type="hidden" id="member_id" name="member_id" value="{member_id}" /> ...
Read More »

PHP HTTP POST images & files
Published on : 15.05.2010 Category : PHP Snippets Viewed : 25 times.
[code] <?php$url = ''; // the url of the file processing script (ie, http://example.com/upload) // Iterate through eac...
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