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.
Need Help Making Comment Form Script
Moderator: General Moderators
-
Wogan_Mike
- Forum Newbie
- Posts: 8
- Joined: Wed Feb 28, 2007 3:02 pm
-
Wogan_Mike
- Forum Newbie
- Posts: 8
- Joined: Wed Feb 28, 2007 3:02 pm
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.
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.
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
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.
-
Wogan_Mike
- Forum Newbie
- Posts: 8
- Joined: Wed Feb 28, 2007 3:02 pm
-
justsomeguy
- Forum Newbie
- Posts: 4
- Joined: Tue Feb 27, 2007 7:33 pm