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  
Simple MySQLi Database Class
Published on : 15.05.2010 Category : PHP Snippets Viewed : 75 times.
[code] /** * Database connection class. * $db = new db(array(host, user, password, database)); * $db->connect();...
Read More »

Validate Time
Published on : 15.05.2010 Category : PHP Snippets Viewed : 25 times.
[code] /** * Validates Time in 24 hour format (e.g. 20:32). *  * @param string $time Name of submitted value to be checked....
Read More »

How to use the SQLite Objetct Oriented Interface
Published on : 15.05.2010 Category : PHP Snippets Viewed : 23 times.
[code]<?php if (!$bd = new SQLiteDatabase('database.sqlite',...
Read More »

TemplaVoila TSParser Call
Published on : 15.05.2010 Category : PHP Snippets Viewed : 33 times.
[code] // Get value from object path:$cF = t3lib_div::makeInstance('t3lib_TSparser');...
Read More »

Flexicontent fields in template
Published on : 15.05.2010 Category : PHP Snippets Viewed : 36 times.
[code] <? if ($this->items[$i]->fields['main_image_left'...
Read More »

PHP header redirect to WWW
Published on : 15.05.2010 Category : PHP Snippets Viewed : 24 times.
[code] if ($_SERVER['SERVER_NAME']=='somesite.com'){ ...
Read More »

Drupal: Insert block
Published on : 15.05.2010 Category : PHP Snippets Viewed : 27 times.
[code] $block = module_invoke('block', 'block', 'view', 26);...
Read More »

PHP Re-size Image
Published on : 15.05.2010 Category : PHP Snippets Viewed : 22 times.
[code] <?phpfunction resize_image($img, $thumb_width, $newfilename) {...
Read More »

How to Write a Better Model in CodeIgniter
Published on : 15.05.2010 Category : PHP Snippets Viewed : 52 times.
[code] <?php if (!defined('BASEPATH')) exit(...
Read More »

Emoticons :) to Image
Published on : 15.05.2010 Category : PHP Snippets Viewed : 30 times.
[code] function smiley($str){//smileys to check for$smiles=ar...
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