I am using CodeIgniter 1.7.1.Ok here is the scenario.When ever the form is submitted,i need to do two things
1) persist the value selected in dropdown.
2) using session->set_flashdata()
,i need to set the custom database message.
我们现在知道,我们必须在能够确定这一突发数据之前重新定位。
这是我撰写的法典。
if ($this->form_validation->run() == TRUE){
$this->session->set_flashdata(‘msg’, ‘Taha Hasan’);
redirect(current_url());
$this->ShowReceiveInventoryView();
}
另外,为了保持这一价值,采用从降温角度看待的固定公式。
<select name=“myselect”>
<option value=“one” <?php echo set_select(‘myselect’, ‘one’, TRUE); ?> >One</option>
<option value=“two” <?php echo set_select(‘myselect’, ‘two’); ?> >Two</option>
<option value=“three” <?php echo set_select(‘myselect’, ‘three’); ?> >Three</option>
</select>
现在的问题是...... 闪电似乎是BUT的,因为一是向上页传递的,倒塌的定点——失去电算价值! 缺省值出现在甄选中: 如果删除该法典中的直线,那么下降值是有预想的,但闪电数据并没有确定!
希望你们能够解决这一问题。