Good day,

Does anyone here know how can I create dynamic tabs?

Here's what I want to do:
[START]---------------------------------------------------------------
I have some data that I will query from the database, for example, list of user names. This queried data will be stored to an array.

Example: Array('Gerald', 'Leonard', 'Marc', 'Nards', 'Tes');

Now that I have the list of user names in an array, I need now to parse the array and then put each name to a tab. This means that each name will be displayed as tab, and each tab will display the user information of the corresponding user name.
[END]-----------------------------------------------------------------

Now, the question is, is this possible? Does anyone here know any solution or a tool that can help me with this matter?


Thank you in advance.