CodeIgniter Forums
redirect problem!! - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: redirect problem!! (/showthread.php?tid=50130)



redirect problem!! - El Forum - 03-15-2012

[eluser]Unknown[/eluser]
hi , how can i redirect the page without change url
4 example url is smth like this
http://whilelearn.ir/admin/mng_post

when i click on a anchor tag which do some stuff and then redirect the page again to the mng_post , i used this function like this

Code:
$this->mng_post(); //they're in same controller

and this function too ,

Code:
redirect('admin/mng_post','refresh');

all above have same result and make my url smth like this ,

http://whilelearn.ir/admin/mng_post/delete_post/

how can i prevent it ??