Hi, im bugging again ๐
With an little problem.
My news script is build like this that the news are stored in mysql database under each id
and when someone goto
news.php?id=83
they can read that news
i want to do my site even more interactive with comment system.
And i got problems to make that.
if i make on field on that table news where the news are saved
can i do like this then.
$query = "INSERT INTO news WHERE $id = $ROW["id"] ( kommentar ) VALUES ('".$kommentar."')";
So every comment is saved under kommentar field in that table.
I want each comment whould be like this
from <name> at <date/time>
<comment>
and after each msg it will be an <hr> or some thing.
so when people read the msg they also can read the comment under it or write a new comment.
i need also that on the frontpage i have like this.
Kim William - Hokksund Hotell
Kim William startet et forykende show pรฅ Hokksund Hotell, mange mรธtte fram for og fรฅ et glimt av Big Brother Musikeren.
[Les hele] [Konserter] 21. jun 13:54
[Comments <number of comments] and if they push that they can see the comments or write an new one.
Please help me to fix this.
As you can see im a little bit Norwegian ๐
BuHU๐