PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I have the following code, but when I click submit, I am confused as to where the information is being sent, and how I go about getting it to display it.
Right now your form is being sent to E:\Senior Project\comment.html. That file, unless your server is setup to parse HTML files as server side code files, will not do anything at all for you.
I need a way for this information to be submitted and then be viewable by the user via a
"view comments link" on that same page where they submitted the data.
Then you are going to need a server side program (PHP perhaps? Or even Perl/.NET/ColdFusion/JSP/the list goes on) to receive the posted form data, process it and show it.