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  
Remove "Split summary at cursor" button
Published on : 15.05.2010 Category : PHP Snippets Viewed : 84 times.
[code] function foo_form_alter(&$form, $form_state, $form_id) { if ...
Read More »

Debug PHP
Published on : 15.05.2010 Category : PHP Snippets Viewed : 68 times.
[code] <?php// ... code ...header("Content-Type: text/plain");...
Read More »

Create New Folder For Each Day an Upload Occurs
Published on : 15.05.2010 Category : PHP Snippets Viewed : 60 times.
[code] // Determine Upload Path$upload_path = $upload_root. date('m-d-y', ...
Read More »

Drupal - find available variable names and content for node
Published on : 15.05.2010 Category : PHP Snippets Viewed : 60 times.
[code] <?phpforeach($node->content as $outerarray=>$outerarrayvalue)...
Read More »

Add 'active_trail' class to a 'menu_tree_all_data' result
Published on : 15.05.2010 Category : PHP Snippets Viewed : 87 times.
[code] ...$data = menu_find_active_trail(menu_tree_all_data(...));......
Read More »

Display your latest tweet on Wordpress without a plug-in
Published on : 15.05.2010 Category : PHP Snippets Viewed : 55 times.
[code] <?php // Your twitter username.$username = "TwitterUsername"; ...
Read More »

Display Thumbnails Next To Your Posts
Published on : 15.05.2010 Category : PHP Snippets Viewed : 72 times.
[code] <?php $postimageurl = get_post_meta($post->ID, 'post-img', true);...
Read More »

Kohana Javascript Helper
Published on : 15.05.2010 Category : PHP Snippets Viewed : 74 times.
[code] <?php defined('SYSPATH') OR die('No direct access allowed.');...
Read More »

Get file extension
Published on : 15.05.2010 Category : PHP Snippets Viewed : 59 times.
[code] function getExtension($filename){ return ('.' . (...
Read More »

iContact cURL sub code
Published on : 15.05.2010 Category : PHP Snippets Viewed : 106 times.
[code] <? $email = "batman@batman.com";$first_name = "batman";...
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