A comment box with comments posted directly below?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jamesmoore
    New Member
    • Jan 2011
    • 47

    A comment box with comments posted directly below?

    Hi,

    I want a comment box for feedback on my site. I have tried to make a mysql database but i am completely baffled, is there a way to do it without using a database? I will be fine making the comment box but i am unable to have the comments posted underneath on the same page.

    PLEASE HELP!

    I am good with html but need help coding this with instructions! Mainly for the action part of the code


    Cheers,

    James
  • numberwhun
    Recognized Expert Moderator Specialist
    • May 2007
    • 3467

    #2
    If you didn't use some kind of database then you would have to modify the HTML for the page each time a comment was added, and you don't want to do that. Its much better to use a database and simply pull the comments for that thread when the page is accessed.

    Regards,

    Jeff

    Comment

    • jamesmoore
      New Member
      • Jan 2011
      • 47

      #3
      Hi,
      thanks for the reply!

      I have managed to get this far:



      To get this i made two php files but I am unsure of how to delete entries?

      Any help? Cheers,
      James

      Comment

      Working...