personalized information
personalized information

I would like to show personalized information from my table to each user such as showing the payments they have made.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Then you would need to write an application that does that. I think your question is much to broad ... Are you using Editor with a relational database? If so just use the id of the currently logged in user to retrieve the personalized information. If you don't have a login you would need a cookie to identify the user, I guess.