My request today is that, how can I as an admin send information from database to a table displayed in a user’s profile… I do not want all my ussers to see it, I want one specific user to see the information am sharing with him.
Create a database… set to member author can view, member can create, admin can update and delete.
Have member fill out one or two fields in a form. For example: Name, Email
Then in your database you create other columns in like … Account, Note, Coupon, Code …or whatever information that you will share with that person.
Follow this video to setup a login and a member dashboard page. Design your page and connect your elements to connect to database.