<?php $servername = "localhost"; $username = "your_username"; $password = "your_password"; $dbname = "ecms"; // 创建连接...