Jump to content

User comments on web pages


rjisinspired

Recommended Posts

I am looking for advice, places for guides or tutorials on how to go about using a mysql database for storing and retrieving user comments/feedback from multiple web pages from my own small and basic web site.

 

Right now I am using one mysql database for storing user comments. The comments data that are produced from the input from any web form, on any page on my site, echo the same comments data onto all web pages when what I am instead looking for is a separation of comments relating to their own unique web page in which the comments were originally applied to, i.e. Having the database know where the original comment came from, which web page, and post the comment to the correct web page.

 

In a nutshell it is a small paranormal web site that will have pages of evp sound files for people to comment on.

 

Thanks for any help anybody may have.

Link to comment
Share on other sites

You need to study on how to build a properly structured relational database. Some ideas you should think about are what attributes you want to link to what data. Such as the name of the page from where an item came from should be stored with that item, or linked to it along with other data directly linked to that item.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.