Welcome Guest, Not a member yet? Register   Sign In
Attaching users id to my url structure
#2

[eluser]zykapratama[/eluser]
I use the session id and send it to capture any action in which I will click

example :
Code:
<?php echo form_hidden('IDUser', $this->uri->segment(4)); ?>

and then I call on the controller

Code:
$id = $_POST[IDUser];


Messages In This Thread
Attaching users id to my url structure - by El Forum - 02-06-2013, 11:30 AM
Attaching users id to my url structure - by El Forum - 02-06-2013, 12:34 PM
Attaching users id to my url structure - by El Forum - 02-06-2013, 03:44 PM
Attaching users id to my url structure - by El Forum - 02-06-2013, 04:00 PM
Attaching users id to my url structure - by El Forum - 02-06-2013, 04:20 PM
Attaching users id to my url structure - by El Forum - 02-06-2013, 06:15 PM
Attaching users id to my url structure - by El Forum - 02-11-2013, 03:57 PM
Attaching users id to my url structure - by El Forum - 02-12-2013, 07:15 AM
Attaching users id to my url structure - by El Forum - 02-12-2013, 01:43 PM
Attaching users id to my url structure - by El Forum - 02-12-2013, 04:06 PM
Attaching users id to my url structure - by El Forum - 02-12-2013, 05:10 PM
Attaching users id to my url structure - by El Forum - 02-12-2013, 05:31 PM
Attaching users id to my url structure - by El Forum - 02-12-2013, 07:43 PM
Attaching users id to my url structure - by El Forum - 02-12-2013, 08:20 PM
Attaching users id to my url structure - by El Forum - 02-12-2013, 10:52 PM
Attaching users id to my url structure - by El Forum - 02-13-2013, 11:21 AM
Attaching users id to my url structure - by El Forum - 02-13-2013, 02:30 PM



Theme © iAndrew 2016 - Forum software by © MyBB