21 January 2021

How to get values from form in Codeigniter?

Get values from form in Codeigniter

 if ($this->input->post('submit')==true) {
      $data['username']=$this->input->post('username'); // $_POST['username']
      $data['phone']=$this->input->get('phone'); // $_GET['phone']
    
 }

No comments:

Post a Comment

How to create youtube videos slider with play and pause option in wordpress?

Create youtube videos slider with play and pause option in wordpress youtube videos slider Use this shortcode:- [punjab_today] function my_...