给出的代码只能显示最近添加的YouTube视频图像和视频类别。但是当我将需要数据添加到数据库中时,旧图像和类别将被新图像和类别替换。但我需要的是在页面中存储先前显示的图像和类别以及最近添加的
<a target='_blank' href='updatespot-information.php?ide=<?php echo"$lastid"; ?>'>
<img style='width:100%; min-height:115px; padding:0px; border:#ccc solid 1px;' src='http://i2.ytimg.com/vi/<?php echo"$r"; ?>/0.jpg'>
</a>
<b id='viewfont'>Category: </b>
<a target='_blank' href='updatespot-information-category.php?ide=Animation Videos'>Animation Videos</a>