[code] function foo_form_alter(&$form, $form_state, $form_id) { if ... Read More »
[code] <?php// ... code ...header("Content-Type:Â text/plain");... Read More »
[code] // Determine Upload Path$upload_path = $upload_root. date('m-d-y', ... Read More »
[code] <?phpforeach($node->content as $outerarray=>$outerarrayvalue)... Read More »
[code] ...$data = menu_find_active_trail(menu_tree_all_data(...));...... Read More »
[code] <?php // Your twitter username.$username = "TwitterUsername"; ... Read More »
[code] <?php $postimageurl = get_post_meta($post->ID, 'post-img', true);... Read More »
[code] <?php defined('SYSPATH') OR die('No direct access allowed.');... Read More »
[code] function getExtension($filename){ return ('.' . (... Read More »
[code] <? $email = "batman@batman.com";$first_name = "batman";... Read More »