Guest_imported
New member
- Jan 1, 1970
- 0
What i would like to do is to insert into summary.html a line which says
<!-- reactions -->
(before this line I would create my table)
then, when a person gives a reaction, i would like to insert that reaction in a table as a new row. So, I would like to insert <td>$name \n reaction</td>. But how do I determine that I have reached the line that says that and how do I insert my reaction after this line(the part which comes after that line may not be removed)
I hope you understand what I meen
<!-- reactions -->
(before this line I would create my table)
then, when a person gives a reaction, i would like to insert that reaction in a table as a new row. So, I would like to insert <td>$name \n reaction</td>. But how do I determine that I have reached the line that says that and how do I insert my reaction after this line(the part which comes after that line may not be removed)
I hope you understand what I meen