/ Published in: PHP
Expand |
Embed | Plain Text
$path = 'memberships/details/'.$this->uri->segment(3, 0); // Gets id and tacks onto URL redirect($path);
You need to login to post a comment.
plasticated on 07/25/08
url controller refresh function ci segment
2 people have marked this snippet as a favorite
$path = 'memberships/details/'.$this->uri->segment(3, 0); // Gets id and tacks onto URL redirect($path);
You need to login to post a comment.