I have the following 3 tabs:
<ul> <li><a href="#NewCategory">New Category</a></li> <li><a href="#ExistingCategories">Existing Categories</a></li> <li><a href="#CategoryDetails">Category Details</a></li> </ul>
When our users sign in successfully, they are automatically redirected to NewCategory tab.
While there, they process records and submit to the database.
We would like the records submitted to the database to be displayed on ExistingCategories tab.
I have read a little of narratives about using AjaxOptions to do this.
Does anyone know how?
I am using getUserDetails.php file to pull the records from the database.
Thanks a lot in advance