Welcome Guest, Not a member yet? Register   Sign In
Hide parameter from URL
#5

(This post was last modified: 05-04-2023, 09:51 AM by Corsari.)

kindly
to extend the initial question
which is the technique to be used to keep the URL params not viewable in the URL?

e.g. I need to show and allow to browse a table which is altogether HMTL table in the view showing an entire table of the DB

In my case the URL params would be filters on top of the view table with checkboxes dropdowns radios etc etc
E.G. one column is users name one column is active/inactive (checkbox), one column is nation (drop down where to select the nationality) one column is male/female (radio)
so applying the filters currently, the URL/admin/users/list becomes URL/admin/users/list?page_group1=1&active=0&nation=france&gend=male

so back to the initial question.
Which is the technique to adopt in CodeIgniter to have the parameters "?page_group1=1&active=0&nation=france&gend=male" to be passed as if in the URL but not printed/shown in the URL?
- and possibly, if e.g I click one of the links of the pagination, to be kept set as they are
- and how to manage the change of one of the filters

thank you for any TIP
Reply


Messages In This Thread
Hide parameter from URL - by AndreaL - 11-16-2020, 02:06 AM
RE: Hide parameter from URL - by captain-sensible - 11-16-2020, 03:03 AM
RE: Hide parameter from URL - by AndreaL - 11-16-2020, 07:57 AM
RE: Hide parameter from URL - by InsiteFX - 11-16-2020, 01:07 PM
RE: Hide parameter from URL - by Corsari - 05-04-2023, 09:50 AM
RE: Hide parameter from URL - by HermyC - 05-04-2023, 06:43 PM
RE: Hide parameter from URL - by Corsari - 05-04-2023, 10:37 PM
RE: Hide parameter from URL - by InsiteFX - 05-04-2023, 11:22 PM
RE: Hide parameter from URL - by Corsari - 05-04-2023, 11:43 PM
RE: Hide parameter from URL - by InsiteFX - 05-05-2023, 10:28 PM
RE: Hide parameter from URL - by Corsari - 05-06-2023, 01:22 AM
RE: Hide parameter from URL - by Corsari - 05-06-2023, 08:24 AM
RE: Hide parameter from URL - by viewfromthenorth - 05-06-2023, 06:09 PM
RE: Hide parameter from URL - by InsiteFX - 05-06-2023, 09:46 PM



Theme © iAndrew 2016 - Forum software by © MyBB