You will need to make another .php file as well as a template for it. On the php file you will make something along the lines of a variable named $list.
This $list will be a php command that calls the info from the database that you want shown, specified by what user they have selected. Then in a template named whatever you want it to, you put $list inside the template under the header and such.
I don't know if you get what I mean, but someone else may be able to explain it better.
|