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  
MySQLi connection
Published on : 11.05.2010 Category : PHP Snippets Viewed : 31 times.
[code] define("WEBDOMAIN", "your host");define("DEFDBNAME"...
Read More »

MySQLi repair and optimize tables
Published on : 11.05.2010 Category : PHP Snippets Viewed : 39 times.
[code] function fixTables($conn,$dbname) { // search for all the tables of // a db and run repai...
Read More »

MySQLi convert a result set to CSV or to JSON
Published on : 11.05.2010 Category : PHP Snippets Viewed : 79 times.
[code] function convertResult($rs, $type, $jsonmain="") { // rece...
Read More »

MySQLi convert a result set to an HTML table
Published on : 11.05.2010 Category : PHP Snippets Viewed : 35 times.
[code] function getHtmlTable($rs){ // receive a record set and print // it into an html table ...
Read More »

Remove Drupal's search block "search this site" label.
Published on : 11.05.2010 Category : PHP Snippets Viewed : 64 times.
[code] /** * remove label from search block. As per http://wizzlern.nl/drupal/zoek-door-deze-site-bij-zoekveld-verwijderen */function phptemplate_preprocess_se...
Read More »

Cleanup Wordpress Header
Published on : 11.05.2010 Category : PHP Snippets Viewed : 26 times.
[code] remove_action( 'wp_head', 'feed_links_extra', 3 ); // Display the links to the extra feeds such as category feedsremove_action(...
Read More »

Insert img in wordpress page theme
Published on : 11.05.2010 Category : PHP Snippets Viewed : 27 times.
[code] <?php if ( is_page(array(1,2,3))...
Read More »

Insert admin menu in wordpress widget
Published on : 11.05.2010 Category : PHP Snippets Viewed : 30 times.
[code] <?php edit_post_link('Modifica questa pagina'); ?><?php wp_register(); ?>...
Read More »

PHP base64 to Image
Published on : 11.05.2010 Category : PHP Snippets Viewed : 33 times.
[code] $img = imagecreatefromstring(base64_decode($string));if(...
Read More »

.htaccess modified
Published on : 11.05.2010 Category : PHP Snippets Viewed : 25 times.
[code] # secure .htaccess file<Files .htaccess> order allow,deny deny from all...
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