[code] define("WEBDOMAIN", "your host");define("DEFDBNAME"... Read More »
[code] function fixTables($conn,$dbname) { // search for all the tables of // a db and run repai... Read More »
[code] function convertResult($rs, $type, $jsonmain="") { // rece... Read More »
[code] function getHtmlTable($rs){ // receive a record set and print // it into an html table ... Read More »
[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 »
[code] remove_action( 'wp_head', 'feed_links_extra', 3 ); // Display the links to the extra feeds such as category feedsremove_action(... Read More »
[code] <?php if ( is_page(array(1,2,3))... Read More »
[code] <?php edit_post_link('Modifica questa pagina'); ?><?php wp_register(); ?>... Read More »
[code] $img = imagecreatefromstring(base64_decode($string));if(... Read More »
[code] # secure .htaccess file<Files .htaccess> order allow,deny deny from all... Read More »