Welcome Guest, Not a member yet? Register   Sign In
How to hide uri segment in address bar?
#1

[eluser]suba[/eluser]
HI every one,

http://localhost/Dummy/sims/index.php/re...code/FE001

this my uri.
i want to hide my uri segments in address bar.
is this possible?

pls do favor to me.
#2

[eluser]Mareshal[/eluser]
answer is ajax Smile
#3

[eluser]aryan_[/eluser]
Send these data through POST or use cookie.
#4

[eluser]suba[/eluser]
hi,
thanks..
but POST and cookie are not good.
yes. because post must need html elements.
i don't want to create hidden field.
cookie is not a security one and risk one.
so i need another solution

help me any one.
#5

[eluser]Mareshal[/eluser]
there is no other solutions, If you know how to filter data, everything is ok. I am using both get and post methods, even cookie. but if you already read codeigniter manual, you should know about this:

Code:
/*
|--------------------------------------------------------------------------
| Global XSS Filtering
|--------------------------------------------------------------------------
|
| Determines whether the XSS filter is always active when GET, POST or
| COOKIE data is encountered
|
*/
$config['global_xss_filtering'] = TRUE;
#6

[eluser]suba[/eluser]
hi thanks so much




Theme © iAndrew 2016 - Forum software by © MyBB