찾다

 >  Q&A  >  본문

내가 작성한 코드가 귀하의 코드와 동일합니다. 브라우저에서 열면 왜 깨졌나요?

<!DOCTYPE html><html><head><meta charset="UTF-8"><title>管理员信息管理</title></head><body>< ;?php include("guanli.php");?><h3>管理员信息显示</h3><table width="350" border="1"cellspacing="0">< tr>id이름账号密码操작 ;   </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>{$ row['id']}";echo "{$row['name']}";echo "{$row['acount'] }";echo "{$row['password']}";echo "{$row['createtime']} ";echo "<td><a href='edit.php'>修改</a><a href='del.php'>删除</a><a href=' poss.php'>중대형</a></td>";    echo "</tr>";}?></table></body></html>

對燕娟請*心對燕娟請*心1783일 전1168

모든 응답(3)나는 대답할 것이다

  • 小川

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

    안에 PHP 코드가 있는데, 컴파일하려면 아파치 환경에 넣어야 합니다

    회신하다
    0
  • ringa_lee

    ringa_lee2020-01-01 13:19:35

    PHP 파일을 브라우저에서 직접 열 수 있나요?

    회신하다
    0
  • 「 众欢网络」༽

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

    php 파일이 호출되지 않아야 합니다.

    회신하다
    0
  • 취소회신하다