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

WBOY
Release: 2016-06-23 14:14:46
Original
1184 people have browsed it

PHP 数据库 MySQL C 视频



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

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


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

回复讨论(解决方案)

看不出有什么问题,举例说明看看。

看不出有什么问题,举例说明看看。

例如: 数据库中有 author   language两个字段

当language = “c语言”  时候 ;我让author  所有名字 在c语言板块中显示出来。
介意留下联系方式不?

在图中怎么显示? 
问题说明越详细,回答也会越准确!参见如何提问。( 提问的智慧)

在图中怎么显示? 
问题说明越详细,回答也会越准确!参见如何提问。( 提问的智慧)
图中c语言板块 中只显示 c语言作者 名字
其他不同板块显示不同作者名字

不是已经有了吗,是指 tab_2 和 tab_3 下面也显示吗,不过tab_2 和 tab_3 是什么东西。

不是已经有了吗,是指 tab_2 和 tab_3 下面也显示吗,不过tab_2 和 tab_3 是什么东西。
加qq聊吧 留下你qq 这真说不清楚

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