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  
MYSQL Recordset to HTML table
Published on : 12.05.2010 Category : PHP Snippets Viewed : 26 times.
[code] function getHtmlTable($result){ // receive a record set and print // it into an html table...
Read More »

Duplicate one row in a MYSQL table through PHP
Published on : 12.05.2010 Category : PHP Snippets Viewed : 27 times.
[code] function duplicateRow($table,$primaryField,$primaryIDvalue) { // duplicate one record in a table...
Read More »

Wordpress 2.7+ Gallery Styles Fix
Published on : 12.05.2010 Category : PHP Snippets Viewed : 30 times.
[code] // Registers our function to filter default gallery shortcoderemove_shortcode('gallery');add_shortcode('gallery', ...
Read More »

UCS2/HexEncoded characters to UTF8 in php
Published on : 12.05.2010 Category : PHP Snippets Viewed : 33 times.
[code] <?phpfunction local_hex2bin($h){if (!...
Read More »

UTF-8 to UCS-2 SMS
Published on : 12.05.2010 Category : PHP Snippets Viewed : 45 times.
[code] function sms__unicode($message) { if (function_exists('ic...
Read More »

xt:Commerce - Quellcode-Verbesserung: Content-Seiten als XHTML-valide Liste ausgeben
Published on : 12.05.2010 Category : PHP Snippets Viewed : 30 times.
[code] Eine kleine Verbesserung waere es noch, wenn der HTML-Code soweit wie moeglich im Template (statt der PHP-Datei) bleibt. Das geht so:...
Read More »

SwiftMailer class
Published on : 12.05.2010 Category : PHP Snippets Viewed : 54 times.
[code] <?php /** * Generic class for sending emails * @author manilodisan...
Read More »

Matrix
Published on : 12.05.2010 Category : PHP Snippets Viewed : 29 times.
[code] <?php /** * @author arthipesa * @copyright 2010...
Read More »

Typical view theme definition
Published on : 12.05.2010 Category : PHP Snippets Viewed : 26 times.
[code] 'views_view_table__skinet_resorts__compare' => array( 'template' => 'views-view-table--skinet-resorts--compare'...
Read More »

SilverStripe SSL switching by statics
Published on : 12.05.2010 Category : PHP Snippets Viewed : 59 times.
[code] protected function _checkSSL() { $needSSL = $inSSL = $destURL = false;...
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