recherche

Maison  >  Questions et réponses  >  le corps du texte

Le code que j'ai écrit est le même que le vôtre. Pourquoi est-il tronqué à l'ouverture du navigateur ?

<!DOCTYPE html><html><head><meta charset="UTF-8"><title>管理员信息管理</title></head><body>< ;?php include("guanli.php");?><h3>管理员信息显示</h3><table width="350" border="1" cellpacing="0">< tr><th>id</th><th>姓名</th><th>账号</th><th>密码</th><th>操作</th> ;   </tr><?phpheader("content-type:text/html:charset=utf8");$conn=mysqli_connect("localhost","root","root","admin");mysqli_set_charset($ conn,"utf8");$sql_select="select * from user";foreach ($conn->query($sql_select) as $row){echo "<tr>";echo "<th>{$ rangée['id']}</th>";echo "<th>{$row['name']}</th>";echo "<th>{$row['acount'] }</th>";echo "<th>{$row['password']}</th>";echo "<th>{$row['createtime']}</th> ";echo "<td><a href='edit.php'>修改</a><a href='del.php'>删除</a><a href=' poss.php'>重置密码</a></td>";    echo "</tr>";}?></table></body></html>

對燕娟請*心對燕娟請*心1795 Il y a quelques jours1181

répondre à tous(3)je répondrai

  • 小川

    小川2020-01-03 17:11:31

    Il contient du code PHP, qui doit être placé dans l'environnement Apache pour être compilé

    répondre
    0
  • ringa_lee

    ringa_lee2020-01-01 13:19:35

    Les fichiers php peuvent-ils être ouverts directement dans le navigateur ?

    répondre
    0
  • 「 众欢网络」༽

    「 众欢网络」༽2019-12-29 09:19:26

    Il se pourrait que le fichier php ne soit pas appelé.

    répondre
    0
  • Annulerrépondre