View Single Post
Join Date: Jan 2009
Posts: 5
Reputation: guitarscn is an unknown quantity at this point 
Solved Threads: 0
guitarscn guitarscn is offline Offline
Newbie Poster

Re: How do I display comments on a webpage?

 
0
  #3
Jan 8th, 2009
Originally Posted by ashafaaiz View Post
Hi,
Do you have to display all the comments while the user clicking submit button? Then you must store all users and their comments ina database and retrieve it from database, you display the content in a table within the form. You just write CSS coding whatever you want to display and then include the class name in the appropriate <td> of table where you want to display the content. That's it!
How do I store it in a database? I don't know any PHP, but someone told me to ask here
Reply With Quote