<input name="name" value="<?php echo set_value('name'); ?>" />
$config['parser_allowed_php_functions'] = array(
'strip_tags', 'date',
'js', 'css', 'swf', 'img_path', 'css_path', 'js_path', 'swf_path', 'pdf_path', 'media_path', 'cache_path', 'captcha_path', 'assets_path', // assets specific
'fuel_block', 'fuel_model', 'fuel_nav', 'fuel_edit', 'fuel_set_var', 'fuel_var', // FUEL specific
'quote', 'safe_mailto', // HTML/URL specific
'session_flashdata', 'session_flashdata', // Session specific
'prep_url', 'site_url', 'show_404', 'redirect', 'uri_segment' // CI specific
);
It looks like you're new here. If you want to get involved, click one of these buttons!