[eluser]rash[/eluser]
hello
Yes,that problem was solved, as per your solution.
Thanks
But now my problem is how can i send more than one parameter from view to controller with
link...like
Code:
<a href="<?php echo URL;?>hostel/stud_allocate/<?php echo $value2['room_id'];?>?stud_id=<?php echo $student_id;?>&hostelid;=<?php echo $hostel_id;?>"><strong>Allocate</strong></a><?php } ?>
I want to send hostel_id, student_id and room_id to contoller page.
can u help me to solve this??
thanks