Welcome Guest, Not a member yet? Register   Sign In
cannot send hidden fields to the controller
#4

[eluser]dinisptc[/eluser]
solved this issue
Code:
<?php echo validation_errors();

$today =date("Y-m-d");
$hidden = array('data_criacao' => $today, 'identidade' => $this->session->userdata('user_id'));

?>
<?php echo form_open('empregos/inserir','', $hidden); ?>

thanks
Obrigado
Pedro


Messages In This Thread
cannot send hidden fields to the controller - by El Forum - 10-18-2012, 11:16 AM
cannot send hidden fields to the controller - by El Forum - 10-18-2012, 11:49 AM
cannot send hidden fields to the controller - by El Forum - 10-18-2012, 12:02 PM
cannot send hidden fields to the controller - by El Forum - 10-18-2012, 12:38 PM
cannot send hidden fields to the controller - by El Forum - 10-19-2012, 05:35 AM



Theme © iAndrew 2016 - Forum software by © MyBB