How do I show my comments in this code?

Whats the code to show add comments?

  • Answer:

    Not sure what you mean but If you want people to leave comments on your website for instance you will need an input form and a PHP script. The input form 'action' should point to the PHP script file. If you Google 'PHP scripts' you should find a tutorial that shows you how.

Jdghjsg S at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

Not sure what you want to know.... In html, you use <!-- at the start and --> at the end of the comment. Some places, // makes the rest of the line a comment. In stylesheets, /* to start and */ to end. # in some places means this line is a comment.

L S

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.