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  
Php trim alle elements in an array
Published on : 15.05.2010 Category : PHP Snippets Viewed : 31 times.
[code] /* - function trim_array() - * * A function for quicly triming all variables in an array *...
Read More »

var_dump()
Published on : 15.05.2010 Category : PHP Snippets Viewed : 43 times.
[code] /* - function pre_dump() - * * A function for quicly echo'ing "<pre> </pre>" * around a var_dump of a variable...
Read More »

Class MySQL
Published on : 15.05.2010 Category : PHP Snippets Viewed : 22 times.
[code] /* * A class for simply connect and do a query on a database * */ ...
Read More »

MODx Include Template
Published on : 15.05.2010 Category : PHP Snippets Viewed : 51 times.
[code] <?php# Snippet to include template files from file system# USAGE: [[includeTemplate? &tpl=`mytemplate/template.html`]] ...
Read More »

Display a single specific product attribute.
Published on : 15.05.2010 Category : PHP Snippets Viewed : 23 times.
[code] <?php echo $_product->getResource()->getAttribute('attribute name'...
Read More »

Move form element
Published on : 15.05.2010 Category : PHP Snippets Viewed : 23 times.
[code] function move_form_element(&$form, $name, $new_category, $weight = NULL)...
Read More »

Enable WordPress body class function in Thesis Theme
Published on : 15.05.2010 Category : PHP Snippets Viewed : 27 times.
[code] function my_body_class( $class = '' ) { // Separates classes with a single space, collates classes for body element...
Read More »

Wordpress - Total number of posts in a category
Published on : 15.05.2010 Category : PHP Snippets Viewed : 30 times.
[code] $totalposts = get_category_by_slug("mycategoryname")->category_count; [/code]...
Read More »

Get rid of extra spaces using PHP's preg_replace
Published on : 15.05.2010 Category : PHP Snippets Viewed : 23 times.
[code] <?php$str = preg_replace('/\s\s /', ' ', $str...
Read More »

PHP Compare Multi-dimensional Array Function
Published on : 15.05.2010 Category : PHP Snippets Viewed : 34 times.
[code] function compare ($a, $b) { //return strcmp($a["fruit"], $b["fruit"]); // in the case of ...
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