I am trying to make a simple group comment kinda thing. like where theres a text field and you just type your comment and then hit post and the message will appear at the top of a list of messages. How would i do that? If I just did a self submission script and displayed the variables then it wouldn't display for every body? Could some body give me a script??
hmmmm......... NICE QUESTION I faced the same problem a long time ago. I would suggest to make a page comments.php and use a text file to save comments, if that is what you want. http://www.w3schools.com/php/php_file.as... <-------- THIS link will be helpful I hope. [File Function tutorials] DO SOME GOOGLING Make sure coz it is PHP script...
you can save the submitted comment in mysql database.. and to display all the comments, you will just need to fetch the comments from database comments table.. it will be displayed for everybody..