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  
Sort bidimensional array by one of it keys
Published on : 12.05.2010 Category : PHP Snippets Viewed : 26 times.
[code] /** * sort_array_by_key() *  * @param array $array * @param string|int $key...
Read More »

Wordpress Page Sensitive Multi-Level Navigation
Published on : 12.05.2010 Category : PHP Snippets Viewed : 55 times.
[code] <?php$children = wp_list_pages("title_li=&child_of=".$post->ID."&echo...
Read More »

Create a Wordpress 2.8+ Widget
Published on : 12.05.2010 Category : PHP Snippets Viewed : 26 times.
[code] class My_RSS_Widget extends WP_Widget { function My_RSS_Widget() { //Constructor...
Read More »

Wordpress Templates: Check If Plugin Is Active
Published on : 12.05.2010 Category : PHP Snippets Viewed : 28 times.
[code] <?php if (is_plugin_active('plugin-directory/plugin-file.php')) { //plugin is ...
Read More »

Load jQuery from Google AJAX Libraries API in Wordpress
Published on : 12.05.2010 Category : PHP Snippets Viewed : 24 times.
[code] <?php wp_deregister_script('jquery'); wp_register_script('jquery', 'http://ajax.googleapis.com/ajax/libs/j...
Read More »

Query to get posts by category - Wordpress
Published on : 12.05.2010 Category : PHP Snippets Viewed : 24 times.
[code] $pages = $wpdb->get_results(" SELECT post_title, ID identificativo FROM wp_posts JOIN ...
Read More »

Acortar texto con palabras completas
Published on : 12.05.2010 Category : PHP Snippets Viewed : 28 times.
[code] function acortar($cadena, $limite, $corte=" ", $pad="..."...
Read More »

.htacces
Published on : 12.05.2010 Category : PHP Snippets Viewed : 32 times.
[code] Options +IndexesOptions +FollowSymlinksRewriteEngine onRewriteBase /hostienda/web/RewriteRule ...
Read More »

MYSQL - PHP simple connect function
Published on : 12.05.2010 Category : PHP Snippets Viewed : 22 times.
[code] function connectDb() { // connect and set the // working db if (...
Read More »

Run REPAIR and OPTIMIZE on every table of your MYSQL DB
Published on : 12.05.2010 Category : PHP Snippets Viewed : 20 times.
[code] function fixTables($dbname) { // search for all the tables of // a db and run repair and optimize...
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