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  
Class Template
Published on : 12.05.2010 Category : PHP Snippets Viewed : 23 times.
[code] <?php class person { protected function set_name($new_name) {...
Read More »

Sending emails with attachment and HTML with PHP
Published on : 12.05.2010 Category : PHP Snippets Viewed : 36 times.
[code] function mail_file( $to, $subject, $messagehtml, $from, $fileatt, $replyto...
Read More »

Symfony -> how to rebuild lost foreign keys during data-load
Published on : 12.05.2010 Category : PHP Snippets Viewed : 24 times.
[code] company: _attributes: { phpName: Company } id: { type: INTEGER, primaryKey...
Read More »

nodeContent
Published on : 12.05.2010 Category : PHP Snippets Viewed : 25 times.
[code] function nodeContent($n, $outer = false) { $d ...
Read More »

Wordpress custom fields css/javascript for pages
Published on : 12.05.2010 Category : PHP Snippets Viewed : 22 times.
[code] <?php$id = $wp_query->post->ID;$css_docs = get_p...
Read More »

WordPress show to authors and above
Published on : 12.05.2010 Category : PHP Snippets Viewed : 23 times.
[code] <?php get_currentuserinfo() ;global $user_level;if ($user_level ...
Read More »

WordPress comment styling for specific user levels
Published on : 12.05.2010 Category : PHP Snippets Viewed : 44 times.
[code] <?php if (!empty($comment->user_id) && get_userdata...
Read More »

Drupal Views AJAX Reset Button for Exposed Filters in
Published on : 12.05.2010 Category : PHP Snippets Viewed : 112 times.
[code] function CUSTOM_form_alter(&$form, $form_state, $form_id) { if ...
Read More »

Excerpt with Tag Stripping
Published on : 12.05.2010 Category : PHP Snippets Viewed : 27 times.
[code] public function makeNewsExcerpt($content) { $content = ...
Read More »

PHP spider that retrieves url meta data and other informations
Published on : 12.05.2010 Category : PHP Snippets Viewed : 23 times.
[code] print_r(getLinksInfo("http://www.rockit.it/articolo/825/nada-studio-report-quando-nasce-una-canzone")); ...
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