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  
Calendar Function
Published on : 15.05.2010 Category : PHP Snippets Viewed : 27 times.
[code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" />...
Read More »

WordPress: Page-Menu
Published on : 15.05.2010 Category : PHP Snippets Viewed : 25 times.
[code] <ul> <?php wp_page_menu('sort_menu=menu_order&show_home=Startseite'); ?></ul> [/code]...
Read More »

WordPress: Guter Seitentitel
Published on : 15.05.2010 Category : PHP Snippets Viewed : 29 times.
[code]<?php if (is_home()) { ?> <title><?php bloginfo('name'...
Read More »

Joomla menu title tag
Published on : 15.05.2010 Category : PHP Snippets Viewed : 34 times.
[code] // tausche$data = '<a href="'.$tmp->url.'">'.$i...
Read More »

Regular expression to match an IP Address
Published on : 15.05.2010 Category : PHP Snippets Viewed : 24 times.
[code] /^(?:(?:25[0-5]|2[0-...
Read More »

Regular expression to match an HTML Tag
Published on : 15.05.2010 Category : PHP Snippets Viewed : 25 times.
[code] /^<([a-z]+)([^<]+)*...
Read More »

Regular expression to match a Slug
Published on : 15.05.2010 Category : PHP Snippets Viewed : 25 times.
[code] /^[a-z0-9-]+$/ To use this expression follow the code below...
Read More »

Currency in php
Published on : 15.05.2010 Category : PHP Snippets Viewed : 24 times.
[code] <?php $parameters['parameters']['FromCurrency'] = 'EU...
Read More »

Wordpress - Check if posts belongs to a category
Published on : 15.05.2010 Category : PHP Snippets Viewed : 25 times.
[code] <?php  if ( in_category('News') ) {...
Read More »

Drupal: change limits upload memory
Published on : 15.05.2010 Category : PHP Snippets Viewed : 26 times.
[code] In php.ini, at the end:upload_max_filesize = 8Mpost_max_size = 16Mmemory_lim...
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