Welcome Guest, Not a member yet? Register   Sign In
simple get() question
#2

[eluser]weboap[/eluser]
try
Code:
anchor("welcome/part_details/".$fpc[$f]['sn'], $fpc[$f]['type'], "sn='1234'");

$fpc[$f]['sn'] should output the 1234 (the part sn pulled from your table)
in the controller function part_details()

do
Code:
$part_number = $this->uri->segment(3);
use then $part_number to look the part record in the part table, and show the details...


Messages In This Thread
simple get() question - by El Forum - 05-09-2012, 01:45 PM
simple get() question - by El Forum - 05-09-2012, 03:03 PM
simple get() question - by El Forum - 05-09-2012, 04:26 PM
simple get() question - by El Forum - 05-10-2012, 04:39 AM



Theme © iAndrew 2016 - Forum software by © MyBB