I just created a register and login system for my website. However, I want to allow users to post and contents on my site. And I want the recent post by users to be appeared on a page, essentially like the way Im posting a question which will then appear on the questions page on this site. I want to learn programming and this will be a good learning process. So how is this done? What are the process? Are there any good tutorials?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
closed as not a real question by Jai, Mahmoud Gamal, Yogesh Suthar, Dagon, Palash Mondal Jan 15 at 15:24
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
To obtain result for your task, i mean to allow users to comment in your site. Create a textarea in which the usr can write comment, a textbox in which he can enter his name, details. Now Club the above two data(comment, username) and use a div to display it below , and use an insert query to transfer the above data to db. And as mentioned by others, try to be specific with what you ask and provide a piece of code so that people can understand.... |
|||
|
|