PhpTips.im - Everything about php - Download CMS, find tips and tricks, code snippetz, classes and more and more...
Bookmark this page !
   

   Search Articles

   Categories
Open this category ! General php tips ( 5 )
Open this category ! Php Optimization Tips ( 7 )
Open this category ! Php/mysql tips ( 11 )
Open this category ! PHP Classes ( 12 )
Open this category ! PHP/AJAX ( 3 )
Open this category ! PHP/FLASH ( 3 )
Open this category ! PHP Frameworks ( 39 )
Open this category ! PHP CMS ( 3 )
Open this category ! PHP Snippets ( 935 )

   Latest Posts
Remove "Split summary at cursor" button
Published on : 15.05.2010 Category : PHP SnippetsViewed : 59 times.
[code] function foo_form_alter(&$form, $form_state, $form_id) { if ...
Read More »

Debug PHP
Published on : 15.05.2010 Category : PHP SnippetsViewed : 46 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 SnippetsViewed : 38 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 SnippetsViewed : 37 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 SnippetsViewed : 53 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 SnippetsViewed : 37 times.
[code] <?php // Your twitter username.$username = "TwitterUsername"; ...
Read More »

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

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

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

iContact cURL sub code
Published on : 15.05.2010 Category : PHP SnippetsViewed : 79 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