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  
Markup categories menu
Published on : 09.05.2010 Category : PHP Snippets Viewed : 142 times.
[code] <?php  # Помечаем первый и последний пункт в меню W...
Read More »

WP_query to create multiple loops (category columns)
Published on : 09.05.2010 Category : PHP Snippets Viewed : 22 times.
[code] <?php $my_query = new WP_Query('category_name=fotografia&showposts=3'); ?><?php if ...
Read More »

HTML / CSS creando varios loops en varias columnas
Published on : 09.05.2010 Category : PHP Snippets Viewed : 33 times.
[code] <!-- el CSS que se tendría que añadir a style.css al final de todo (un ejemplo, se puede hacer con px) --> .columna{ width:30%; float:left; margin-rig...
Read More »

Retrieve Twitter info from php
Published on : 09.05.2010 Category : PHP Snippets Viewed : 25 times.
[code] /* this function is part of the Mini Bot Class */  // // get twitter infos from nickname // and get avatar url...
Read More »

How to change facebook status with php
Published on : 09.05.2010 Category : PHP Snippets Viewed : 31 times.
[code] //// change Facebook status with curl// Thanks to Alste (curl stuff inspired by nexdot.net/blog)public function setFacebookStatus...
Read More »

CakePHP Import Helper
Published on : 09.05.2010 Category : PHP Snippets Viewed : 30 times.
[code] App::import("Helper", "Time");$time = new TimeHelper()...
Read More »

Basic Wordpress Loop
Published on : 08.05.2010 Category : PHP Snippets Viewed : 40 times.
[code] <?php get_header(); ?>  <?php if(have_posts())...
Read More »

Worpress rewind post
Published on : 08.05.2010 Category : PHP Snippets Viewed : 39 times.
[code] <?php rewind_posts(); ?><?php while (have_posts()) : the_post...
Read More »

A loop outside the normal loop
Published on : 08.05.2010 Category : PHP Snippets Viewed : 27 times.
[code] <!-- loop name --><?php $myloop = new WP_Query('category_name=CATEGORY&showposts=3');while ...
Read More »

Get the file extension of a filename in a string
Published on : 08.05.2010 Category : PHP Snippets Viewed : 30 times.
[code] function get_file_extension($file_name) { return substr(...
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