How to debug sql statement errors in php

藏色散人
Release: 2023-03-11 12:46:01
Original
2264 people have browsed it

How to debug sql statement errors in php: 1. Debug PHP SQL errors through the die statement; 2. Debug PHP SQL errors through the "mysql_error" statement.

How to debug sql statement errors in php

The operating environment of this article: windows7 system, PHP7.1 version, DELL G3 computer

How to debug sql statement errors in php?

Debug PHP SQL errors through die and mysql_error statements

1. Code


alert('添加成功!'); window.location.href='index.php';";
}else{ 
echo "添加失败!!"; 
}    
}
?>




SQL语句错误

管理员:
密码:
Copy after login

2. Running results

Unknown column 'password' in 'field list'
Copy after login

Recommended learning: "PHP video tutorial"

The above is the detailed content of How to debug sql statement errors in php. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!