如何存储视频网址,一个接一个地从数据库中取出的ID并显示最近添加的一个?

时间:2016-07-02 17:45:26

标签: php mysql

给出的代码只能显示最近添加的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>

my webpage is mostly similar to the link

0 个答案:

没有答案