Welcome Guest, Not a member yet? Register   Sign In
Is it possible to read PUT and DELETE requests using codeigniter?
#1

I am creating an API server using CI and created few basic functions like insert, update, delete, read. But I was wondering if it is possible to do update action by reading PUT request from any form and do delete action using DELETE request.

I tried to look into user guide, and as it says on below link, we can do it using input_stream method.
https://www.codeigniter.com/user_guide/l...put-stream

Not sure how to do that. Any help?
Reply
Reply




Theme © iAndrew 2016 - Forum software by © MyBB