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.
必须删除代码,因为它容易受到 SQL 攻击"""""""""""""""""""""""""""""""""""""""" """"""""""""""""""""""""""""""""""""""""""""""""""" "
您收到解析错误,因为您在构建 sql 查询后遗漏了一个分号
$sql="SELECT ISO_id, gdp, population, country_name, gold, silver, bronze, total FROM Country WHERE '$x'='0' AND '$y'='0' AND '$z'='0'"