Welcome Guest, Not a member yet? Register   Sign In
url values
#5

[eluser]theprodigy[/eluser]
that's not a typical way of handling it, but yes, I believe their is a way.
The only way I know to do that is to make each link a form submission, and pass the 130 in through a hidden form element.
Doing it this way, you would access the 130 through
Code:
$this->input->post('[name of hidden form element]');
rather then through any url accessing code.

Is there a reason you don't want that part in your url?


Messages In This Thread
url values - by El Forum - 12-11-2009, 01:13 PM
url values - by El Forum - 12-11-2009, 01:40 PM
url values - by El Forum - 12-11-2009, 01:52 PM
url values - by El Forum - 12-11-2009, 02:11 PM
url values - by El Forum - 12-11-2009, 06:07 PM
url values - by El Forum - 12-12-2009, 03:05 AM
url values - by El Forum - 12-12-2009, 03:09 AM
url values - by El Forum - 12-12-2009, 03:15 AM
url values - by El Forum - 12-12-2009, 03:25 AM
url values - by El Forum - 12-12-2009, 03:55 AM
url values - by El Forum - 12-12-2009, 03:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB