Welcome Guest, Not a member yet? Register   Sign In
how to make if else have data message div
#3

[eluser]razerone[/eluser]
[quote author="DuyK-DCT" date="1383851733"]Your code is too long to read, but i've read your problem and i will show you a suggest

In controller
Code:
public function your_controller()
{
  ... Your set rules here...
  $result = $this->form_validation->run();
  
    $this->load->view('your_view', array('result' => $result));
  
}

In your view

Code:
<?php if($result){ ?>
<div class="alert alert-success">Your message when success</div>
&lt;?php }else{ ?&gt;
<div class="alert alert-warning">Your message when failed</div>
&lt;?php } ?&gt;
[/quote]

Sorry thanks for help but had worked it out couple of days ago thanks.


Messages In This Thread
how to make if else have data message div - by El Forum - 11-01-2013, 12:14 AM
how to make if else have data message div - by El Forum - 11-07-2013, 12:15 PM
how to make if else have data message div - by El Forum - 11-07-2013, 09:17 PM



Theme © iAndrew 2016 - Forum software by © MyBB