Home > Backend Development > PHP Tutorial > 如让上头的c语言视频板块中只显示 只显示 c语言演讲人名字

如让上头的c语言视频板块中只显示 只显示 c语言演讲人名字

WBOY
Release: 2016-06-13 12:43:06
Original
1013 people have browsed it

如让上面的c语言视频板块中只显示 只显示 c语言演讲人名字?


如让上面的c语言视频板块中只显示   只显示 c语言演讲人名字?

例如: 我数据库中有  “php"  " 韩顺平"  在板块php板块中 我只让他显示韩顺平名字,其他板块以此类推。


 <?php do { ?><br />
  <a href="orginal_author/author_list_.php?type=c&name=<?php echo $row_hx['content_original_autor']?>"><br />
      <?php echo ' '.$row_hx['content_original_autor'].' '; ?><br />
    </a><br />
    <?php } while ($row_hx = mysql_fetch_assoc($hx))?>
Copy after login

PHP 数据库 MySQL C 视频
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template