Codeigniter Angularjs http post not working

Codeigniter Angularjs http post not working

In this post we will give you information about Codeigniter Angularjs http post not working. Hear we will give you detail about Codeigniter Angularjs http post not workingAnd how to use it also give you demo for it if it is necessary.

Sometimes, you face problem you can’t get post data using $this->input->post(), when you fire $http.post() using AngularJS or Jquery. I also face this issue, i can’t receive post value when i fire $http.post in AngularJS, But i found how to receive post data or json data in Codeigniter controller. in following example through you can solve your problem:

public function store()

{

$this->load->database();

$_POST = json_decode(file_get_contents('php://input'), true);

$posts = $this->input->post();

$this->db->insert('posts', $posts);

}

Hope this code and post will helped you for implement Codeigniter Angularjs http post not working. if you need any help or any feedback give it in comment section or you have good idea about this post you can give it comment section. Your comment will help us for help you more and improve us. we will give you this type of more interesting post in featured also so, For more interesting post and code Keep reading our blogs

For More Info See :: laravel And github

Leave a Comment

Your email address will not be published. Required fields are marked *

7  +  2  =  

We're accepting well-written guest posts and this is a great opportunity to collaborate : Contact US