[code] function MakeCvs($source) { $data['emails'] = ... Read More »
[code] function get_file_size($file_size) { $range = 0; ... Read More »
[code] <?php// Create (at least) 2 pages:// 1) page.php : this is the rendered html page// 2) nav-settings.php : this holds the settings of number of nav items, urls, etc.... Read More »
[code] define("USERNAME", "__YOU_TWITTER_USER_NAME_HERE__");define(... Read More »
[code] /** * Implementation of hook_form_alter(). */function simple_checkout_form_alter($form_id... Read More »
[code]//if is articles page, get posts from this category id and show 9 of them.<?phpif (is_page('7') ) {... Read More »
[code] /** * ============================================== * Generic form processing code * ==============================================... Read More »
[code] In die Mysql: $result = mysql_query... Read More »
[code] <?php global $user; ?> <form action="<?php print ... Read More »
[code] /* change:if (isset($configuration['PS_SHIPPING_FREE_PRICE']) AND $orderTotal >= floatval($configuration['PS_SHIPPING_FREE_PRICE']) AND floatval($configuration['PS_SHIPPING_FREE_PRICE']) > 0) return $shippin... Read More »