I'm having trouble with Dynamic Pages & Databases.

Hi, this could probably be a question with a simple answer. Basically when the member has submitted information to the database, I then want that information to be on a shared page (whether that’s using a dynamic page or not) and for the other members to be able to view it AND view WHO provided the information and to be able to click on their profile. Is there any way to do this?
Thanks.

So on the shared page put a dataset and connect it to a repeater/table where you want to display the information.
BSet the collection permissions to: Any member can read from this dataset.

Yeh but how do I allow other members to see WHICH member entered the data and view their profile?

@chunswaeli If you save the user name in the collection on submission, then you can display the name in a text-box.