Jump to content

bubblegum

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

bubblegum's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Thank you for the replies. I guess I have some reading and studying to do.
  2. I am trying to allow visitors to add comments to my website. It is a very simple site and I rather not learn mysql for just one project. Is there a way using only php to let others post comments? I have a picture on firstpage.html and there is a form below the picture (see below) <form method=post> Name: <br> <INPUT name="name" type="text" size="20"> <p> Comment: <br> <TEXTAREA name="message" rows=3 cols=30 wrap=virtual></TEXTAREA> <p> <input type="submit" name="submit" value="Post"> </form> A visitor would be able to input the name and comment, press "post" and his/her comment would be posted immediately below the picture and so on in reverse chrnological order. The form would move below the most recent comment. Obviously I have the form made but I have no idea what .php file I must make to make this work. My other idea is a link to a separate page where the visitor would input the information and by submitting, it will refer back to firstpage.html and post the comment below the picture. Again, I am not sure how to script that. I would appreciate any help. Thank you.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.