Results 1 to 4 of 4

Thread: Need a code for a comment section

  1. #1
    Join Date
    Oct 2006
    Posts
    92
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Default Need a code for a comment section

    i am looking for a comment section for my website like the one on this website

    http://www.anadesign.info/blog/css-t...tableless-form


    please use detailed description as i am a beginner

    also

    i need some template ideas free or otherwise

  2. #2
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    if you want someone to just send in a comment to you, the link you provided is a tutorial on how to create the form, then you would need some type of server-side language like PHP to handle and actually send the email, or you can use a free service like bravenet.com.

    if you have PHP available on your server look at a couple of these threads and they will help you.
    http://www.dynamicdrive.com/forums/s...ight=php+email
    http://www.dynamicdrive.com/forums/s...ight=php+email
    http://www.dynamicdrive.com/forums/s...ight=php+email

    google is your friend

  3. #3
    Join Date
    Oct 2006
    Posts
    92
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Default

    no no u got it wrong i have a php form mail proggie

    on that site there is a post a comment section that is what i am trying to recreate for my site

  4. #4
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    oh okay, well for that you would need to have a database, such as MySQL. you would populate the database fields according to whatever fields you have selected for the user to have, and probably a date format of some type. then you would create a query that would grab the posts from the database, and sort them by date... either desc or asc depending on how you would want to show on the page.

    have a look at this
    http://www.php-mysql-tutorial.com/my...-guestbook.php

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •