这是对我先前的问题的后续问题。 我想写一份MYSQL声明,与从B封信起的每一条目一致。
职能.php
function getCategory() {
$query = mysql_query("SELECT author FROM lyrics WHERE author [starts with letter B]") or die(mysql_error());
while ($row = mysql_fetch_assoc($query)) { ?>
<p><a href="##"><?= $row[ author ]; ?></a></p>
<?php }
类别:
<?php include includes/header.php ?>
<?php getCategory(); ?>
<?php include includes/footer.php ?>
同我一样。 然后,每 letter一 letter,一 letter误(编号等)