Hi,
I have a list & search of Users with a checkbox(on ID) on each row. I have javascript that collects the id's checked and some other Users values. I send that information to a PHP file using Ajax. That PHP file inserts the data into a custom table called "Authorized". Where I'm having trouble is I tried creating a list & search of this "Authorized" table, but there were no results when I know the table is populated. I know after some research that it's because I need to add to the core table along with my custom table "Authorized". So my question, is there a way programmatically to add rows into my "Authorized" table and core table? One last thing, I also will be creating a form where user can edit a single record in the "Authorized" table.
Thanks in advance
Roote