I'm using iWeb to create a webpage. I'm trying to create a feature where the user can type something in a field, like a comment, and it would display without refreshing the page. Below the area where the comment is typed up by the user, the comment as well as other comments would display. I believe I'd store each comment in a text file for each comment, with any replies to that comment being in the same text file.
I believe this can be done with Ajax (not that I know a lot about Ajax), but I don't know if this can be done in iWeb, or how I'd accomplish it. If live updating would be too much to ask, I could see doing it with PHP possibly. Although I have very little experience with web development, so it's hard to be certain as to how to do this.