Results 1 to 3 of 3

Thread: Hmm what script do I need?

  1. #1
    Join Date
    Dec 2006
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Hmm what script do I need?

    I need a script that allows users to post comments on a webpage.
    Scaleable field, Custom text and background colors would be great!
    Of course I would need to be able to moderate this blog like script to delete posts and whatnot.
    Also if there is a way I need a script that will display popular forum threads from my forum with the same options as the comments box.

  2. #2
    Join Date
    Dec 2006
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Ok...

    I took care of the comment box via Js-kit.com but I still need something that will display my forum threads On the main page of my website. Any imput would be greatly appreciated.
    In case it matters I can host the forum on the same server as the website.

  3. #3
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    The threads, posts, users and all of that are stored in a database. You would just need to use PHP to search for and get the latest or relevant posts/threads/info from the database and display in the way that you wanted, such as creating an rss feed with php, etc.
    You can't access a database on the SERVER with CLIENT SIDE scripting, like javascript. It must be PHP, or another SERVER SIDE code, like ASP, etc.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

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
  •