Hello everyone, this is my first post so go steady in your answers
I am in development of the project that I have been working on for quite a while. It is nowhere near the finish line.
Currently, I am doing a profile page and I need a 'Facebook-Style Wall Post' script or help in submiting the data.
So basically what I want to do is make a status page that will be inside the profile page, and it will allow users to post comments on each others walls and on their own wall as well. I wrote the script that will display the comments on the users' profile page but for example when I write on someones wall it will say that I wrote the comment on my wall but logically I wrote it on someone elses wall.
Do I need two different rows like 'Author_Id' and 'Owner_id'? 'Author_Id' meaning the author of the comment and the 'Owner_Id' meaning the owner of the profile. Because right now, I have only the users 'id'.
To be honest, I don't really know what I talked about. I cannot understand what I was writing but this was the best way I could put it.
If anyone does not understand what I mean or have any qestions, please let me know by replying and I will do my best to answer your questions.