Welcome Guest, Not a member yet? Register   Sign In
Hash symbol in URL causes a problem
#4

Thank for the answers guys

(03-24-2015, 07:46 AM)CroNiX Wrote: What does your events/event controller/method look like? How are you using the 3rd parameter (id) sent to it? Are you just running a query on the database to retrieve data for id "#"? I'm guessing that's where the issue is as I have no problem using #, however my segments DONT start with #, they're like site.com/controller/method#something

I'm aware that my ID is # because I set that variable just like this
Code:
$id = $this->uri->segment(2);

...assuming that $this->uri->segment(2) is nothing but number, like I remapped it in routes.php
Reply


Messages In This Thread
Hash symbol in URL causes a problem - by Goldie - 03-24-2015, 06:42 AM
RE: Hash symbol in URL causes a problem - by Goldie - 03-25-2015, 03:21 AM



Theme © iAndrew 2016 - Forum software by © MyBB