make a list of articles, and then enter the details according to the id of the article.
now I have a problem, that is, when my article list jumps to article details according to id, the article details get id and then look up the corresponding columns according to id.
you can see that my output sql statement has two different id, but both are the same variable. The first output is dynamic, while the second is always the id, checked for the first time. Why?
now I can only get the id column of the first click, and click on other articles to get the id of the first click.