Was ist falsch an der Implementierung der PHP-Suchfunktion?
promising
promising 2021-06-10 10:01:07
0
4
1424

111.JPG

222.JPG

333.JPG

555.JPG

Dies ist eine Datenbanktabelle

444.JPG

promising
promising

Antworte allen(3)
千战

或者你在你的Conn.php里的第四行这么写:

$db->query("SET NAMES 'utf8'");

AyHack

初始化一个PDO对象,设置utf-8编码。

<?php

$dbh = new PDO('mysql:host=localhost;dbname=数据库名;charset=utf8', "root", "YOUXIA");

?>

Peter_Zhu

检查编码, 还有路径不要有中文

  • Antwort 我看不出来啊,你指点指点
    promising Autor 2021-06-10 22:04:47
Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage