Hello there,
For my project, I want to add notification feature where one user can send request for something and other user views by clicking button or something like that as a notification/alert similar to friend request in facebook. I dont know how to implement this feature.
Thanks in advance.
Nilesh_2 0 Newbie Poster
Recommended Answers
Jump to PostIs this like a Private Message (PM) system?
Jump to PostTHe first thing to get right is the DB table(s). I'll give you my ideas...
PMpm_id [PK]
sender_id [FK]
receiver_id [FK]
root_id [self-relating] - parent pm_id - so you can create "threads"
reply_to [self-relating] - pm_id being replied to so can be ordered other than by senttime alone
…
All 5 Replies

diafol
Nilesh_2 0 Newbie Poster
JorgeM 958 Problem Solver Team Colleague Featured Poster
Nilesh_2 0 Newbie Poster

diafol
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.