Welcome Guest, Not a member yet? Register   Sign In
code igniter- form tag
#3

[eluser]vamsimohan1983[/eluser]
this is my controller :

<?php
session_start();
class Adminv extends CI_Controller {

public function index()
{
$this->load->view('adminverification');//exact file name//

}

public function register()
{
$this->load->helper('form');
$this->load->helper('html');
$this->load->model('admin_mod');

if(isset($_POST['Submit']))
{

$from = $this->input->post('from');
$fciti = $this->input->post('fciti');
$to= $this->input->post('$to');
$tciti= $this->input->post('tciti');
$fare= $this->input->post('fare');
$travels= $this->input->post('$travels');

$this->Admin_mod->entry_insert();//class name//

}


}



}


Messages In This Thread
code igniter- form tag - by El Forum - 04-29-2012, 08:33 AM
code igniter- form tag - by El Forum - 04-29-2012, 09:02 AM
code igniter- form tag - by El Forum - 04-29-2012, 09:04 AM
code igniter- form tag - by El Forum - 04-29-2012, 09:13 AM
code igniter- form tag - by El Forum - 04-29-2012, 09:18 AM
code igniter- form tag - by El Forum - 04-29-2012, 09:19 AM
code igniter- form tag - by El Forum - 04-29-2012, 09:24 AM
code igniter- form tag - by El Forum - 04-29-2012, 09:33 AM
code igniter- form tag - by El Forum - 04-29-2012, 03:40 PM



Theme © iAndrew 2016 - Forum software by © MyBB