php - How to pass parameters with space to controller from URL in ...

Posted by Unknown on Sunday, January 5, 2014

public function api(){ $url_params = $this->uri->segment_array(); //... } ... You can try urldecode. echo urldecode("some%20message");. This will return ...

more

{ 0 comments... » php - How to pass parameters with space to controller from URL in ... read them below or add one }

Post a Comment

Popular Posts