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  
Jquery toggle collapse expand
Published on : 15.05.2010 Category : PHP Snippets Viewed : 55 times.
[code] HTML <h2 class="trigger"><a href="#">Toggle Header</a...
Read More »

Wordpress Query Numbers & Timer
Published on : 15.05.2010 Category : PHP Snippets Viewed : 35 times.
[code] <!-- <?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. --> [/code]...
Read More »

PHP File Upload
Published on : 15.05.2010 Category : PHP Snippets Viewed : 25 times.
[code] $target_path = "uploads/";$target_path = $target_path . basename( ...
Read More »

Prevent Public Access to CRON Job Scripts in CodeIgniter
Published on : 15.05.2010 Category : PHP Snippets Viewed : 36 times.
[code] 1.)$this->load->library('user_agent'); ...
Read More »

PHP: How PHP is inconsistent
Published on : 15.05.2010 Category : PHP Snippets Viewed : 23 times.
[code] <?php/**********************Class Example**********************/class Car...
Read More »

Quick PHP Menu
Published on : 15.05.2010 Category : PHP Snippets Viewed : 24 times.
[code] 1a. Make a folder for your new project (like php_menu or something) We will be making master.css, index.php, and body.php ;[FOLDER TREE]: [HOST FOLDER]-->inc [...
Read More »

Batch import csv to drupal database
Published on : 15.05.2010 Category : PHP Snippets Viewed : 44 times.
[code] /** * function to batch update the sell_price for ubercart products from a csv file * @param string path to csv file */...
Read More »

Using Multiple Loops without Duplication
Published on : 15.05.2010 Category : PHP Snippets Viewed : 23 times.
[code] If you need to break display your posts in different sections (like in Magazine themes), where you want to display a fixed number of posts first, and the remaining later, you can use this code to make multiple loops (with offsetting the fixed posts in the later loop). The first loop that will pull and...
Read More »

Display database query (MySQL / Drupal 5.x)
Published on : 15.05.2010 Category : PHP Snippets Viewed : 27 times.
[code] <?phpfunction show_query($sql){ $rows = array...
Read More »

Wordpress - Custom loop SQL query (and Popular Posts example)
Published on : 15.05.2010 Category : PHP Snippets Viewed : 34 times.
[code] <h2>Popular Posts</h2><ul><?php $result = $wpdb->get_results("SELECT comment_count,ID,post...
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