Welcome Guest, Not a member yet? Register   Sign In
Interrelational results in several pages
#1

[eluser]agartzia[/eluser]
Hi!

I'm coding a large application that uses several tables with all the information interrelated. From a table I take several values, and some of them can point to another table. For example, the table USERS has a field like "range" where it's set the range id. With this id I can check out the table RANGES and find out what the user can and can not do.

This is all set in several pages (users.php, ranges.php...). All pages have their own search methods. I used to link the range value to the ranges.php page, so anyone could click the link and look at the result in the ranges.php page, like this
Code:
<a href="ranges.php?search[id_range]=&lt;?=$data['range'];?&gt;">&lt;?=$data['range'];?&gt;</a>
where the search values were taken from GET values.

Now I'm using CI and I'm trying to make some similar, but GET is disabled and I would like to keep it that way.

How can I manage to inter-relationate pages with simple links?

Thanks!


Messages In This Thread
Interrelational results in several pages - by El Forum - 01-29-2008, 01:31 AM
Interrelational results in several pages - by El Forum - 01-29-2008, 01:38 AM
Interrelational results in several pages - by El Forum - 01-29-2008, 01:49 AM
Interrelational results in several pages - by El Forum - 01-29-2008, 02:30 AM
Interrelational results in several pages - by El Forum - 01-29-2008, 02:41 AM
Interrelational results in several pages - by El Forum - 01-29-2008, 07:18 AM
Interrelational results in several pages - by El Forum - 01-29-2008, 07:24 AM
Interrelational results in several pages - by El Forum - 02-04-2008, 05:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB