php - Codeigniter Curl Library Response -


i working on codeigniter project make server call project on server. on second project, server call request can encounter success or failure, either case, setting custom messages indicating result(success or failed).

now first project, make server call second project using codeigniter curl library phil sturgeon. when server call success(200) desired sucess custom message, while when fails false. failure custom message gets dropped. there way custom message when fails.?


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -