Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
好的,所以我进行了搜索,看看是否有其他帖子可以完全解释这一点......
好吧,我现在在这里:)
设想:
您需要 PHP 在 connection.php 文件中建立连接
<?php $conn= mysqli_connect("localhost","ID","Password","Database_name");
然后在您放置的每个文件require('connection.php');中,没有办法连接到 MySQL 数据库。
require('connection.php');
将查询设置为函数,并将您要搜索的内容作为变量发送。
用户输入他的电子邮件/密码后,使用 $_Session 或 $_Cookie。