views:

67

answers:

0

hey.. i need to place a "comments, faq, contact us" table on my site where users will place their name and the comment they want to say to the admin of the site.. some reports about a game they've played.. the "comments" then it will be saved inside an mysql database ("games") within the given "name" and the "ipaddress" of the user (comid, game_id(makes the connection with the games table), name, ipaddress, comments, date-hour-submited).. inside the admin panel the comments will be shown next to the game.. etc

Game id --- Game Title --- Comments
-----------------------------------
game_id --- Game Name  --- "**That was an awful game**" by "**name**" with address "**ipaddress**" on "**date-hour-submited**"

i'm NOT asking about the above table.. but for the code to call and save from the database ohh i forgot to mention the "edit button" (UPDATE or DELETE a comment).. :)

Lets hope that i'm not getting to noisy and that this will help others in the future! Thenx in advance.. Sorry for my bad english!:(