Page 1 of 1

Need Help Making Comment Form Script

Posted: Wed Feb 28, 2007 3:12 pm
by Wogan_Mike
I am making an html webpage with two columns. The left column contains a form with name, comment, submit and reset. The right column will display the submitted comments.

I need help with:
1) configuring the form to post the PHP script,
2) writing the PHP script that will save the comments to a text file and,
3) have the contents of the text file be displayed in the right column of the page.

I realize this is a lot so any help you can provide is greatly appreciated.

Thank you,
Mike W.

Posted: Wed Feb 28, 2007 10:07 pm
by feyd
What do you have so far?

Posted: Thu Mar 01, 2007 1:06 pm
by Wogan_Mike
I have the page and the form built. I think I use dynamic text to load the comments on the right column. Is the correct?

I don't have the needed PHP script to make it all work. I also don't know how to make the form post to the PHP script or load the comments into the dynamic text.

If you could help me with these issues or point me to a tutorial or something I would greatly appreciate it. I am building a website for my 10 month old cousin who has cancer.

Thanks again,
Mike W.

Posted: Thu Mar 01, 2007 4:59 pm
by feyd
What is your skill level at PHP? If you post threads about specific issues you are encountering, we can often help. We can talk about the theories behind all the creation too, if you'd like. But if you want it all done for you, it probably won't happen without you asking for a volunteer or posting a job.

Posted: Thu Mar 01, 2007 8:06 pm
by Wogan_Mike
My PHP skill level is very limited. Infact it's pretty much 0. I'm not looking for someone to do it for me but rather point me to a tutorial or something. I will definately post this in this theories board so we can discuss it more.

Thanks again for all the help,
Mike W.

Posted: Thu Mar 01, 2007 8:20 pm
by justsomeguy
Start here. Get familiar with PHP and then go here.