Hi,
Im new to this site and to asking questions online so please be kind.
I want to create a private messaging system for users on the site and am not really sure how to go about doing it.
I have a database table containing:
message_id
sentFrom
receivedBy
contents
time
I also have created prepared statement functions used throughout that cover the basic SQL functions such as:
select All
select One
Insert
update
delete
I am just not sure how to actually allow the users to send messages to each other and any help would be really appreciated