Welcome Guest, Not a member yet? Register   Sign In
problem with $_GET
#11

[eluser]cris_mashups[/eluser]
flash is in my views
#12

[eluser]mcr_rm[/eluser]
Yes but the view isn't called until within the controller right as in $this->load->view('flash'); ?

I haven't seen view part passed in the uri before. The only other think I am think is you are using folder structure where login is the folder not the controller, c_c is the controller and flash the view? is that right?

Either way you can construct a uri call instead of send the form via query string.

Like I said post up the controller and we can see what might be going wrong with the routing.
#13

[eluser]JHackamack[/eluser]
When you use query strings you need to convert your URL to follow

index.php?c=<CONTROLLER>&m=<MODEL>&id=345

Where everything from &id;= on is your paraeters passed.

So your action script would look like:
http://localhost/iserver/c/CI/cd/c_d/ind...ogin&m=c_c&
#14

[eluser]cris_mashups[/eluser]
Hi Jhackamack thank you for that it helps me a lot!




Theme © iAndrew 2016 - Forum software by © MyBB