hi, i am trying to implement a simple comment system to my website. I have managed to use a form to write content to my database and have used some ajax to get the data back from the database into a table. The only problem is that my form uses this command and then on the insert.php page i have a php redirect to index.php, which works, but it seems to concatenate all of the database posts together in one line aswell as post the comment…do you know why this is?
If you are comfortable with providing the code, it would be easier to understand your question and answer it.