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  
Change Permissions of Remote Directories
Published on : 08.05.2010 Category : PHP Snippets Viewed : 24 times.
[code] <code> // Define variables$server = "abc.com" ;...
Read More »

Gzip files in php
Published on : 08.05.2010 Category : PHP Snippets Viewed : 26 times.
[code] <?php if(extension_loaded('zlib')){...
Read More »

From PHP Array to JSON
Published on : 08.05.2010 Category : PHP Snippets Viewed : 27 times.
[code] <?php/* Autor: Piotr Filipek Strona: www.dealis.pl Email: Piotrek290@gmail.com...
Read More »

Elimina estensione ad un file
Published on : 08.05.2010 Category : PHP Snippets Viewed : 24 times.
[code] /* * ELIMINA ESTENSIONE DEL FILE *  * Restituisce una stringa che non ha più i caratteri che sono dopo l'ultimo . (punto) ...
Read More »

Twitter - Print latest tweet from user (extracts from RSS feed in PHP and linkifies links)
Published on : 08.05.2010 Category : PHP Snippets Viewed : 18 times.
Extracts the most recent tweet from the users RSS feed and auto-detects links. [code] function parse_feed($feed) { preg_match_all(...
Read More »

CNK Versioning v0.1.7
Published on : 08.05.2010 Category : PHP Snippets Viewed : 58 times.
[code] # Name: cnk_versioning v0.1.7 (compressed)# Type: Admin/Client side plugin# Autoload Templates# Author: Christian Nowak...
Read More »

itemDateCreated - Index.php - K2 - V2.2
Published on : 08.05.2010 Category : PHP Snippets Viewed : 44 times.
This is used to display the date the item was created, within the item page. DATEFORMATLC2 can be changed to suit allowable Joomla variants. [code] <?php if($this->item->...
Read More »

itemTitle - Index.php - K2 - V2.2
Published on : 08.05.2010 Category : PHP Snippets Viewed : 26 times.
Use this to create the items title, within an item page. Style by changing the H2 class. [code] <?php if($this->item->params->get...
Read More »

itemFeaturedNotice - Index.php - K2 - V2.2
Published on : 08.05.2010 Category : PHP Snippets Viewed : 30 times.
This snippet displays the Featured text along side the itemTitle of an item. You can change the "Featured" to something different, like "Hot New Item" etc. If you find that this does not change on your site, then please check the K2 language file. [code] <?php if($this-...
Read More »

PHP : Utilisation de mysqli (syntaxe objet)
Published on : 08.05.2010 Category : PHP Snippets Viewed : 25 times.
[code]<?php /* how to create connexion (4th parameter = default database) */$mysqli = new mysqli(...
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