Home  >  Article  >  Backend Development  >  Common low-level errors in PHP

Common low-level errors in PHP

高洛峰
高洛峰Original
2016-11-01 13:48:53867browse

When writing code, the most annoying thing is the low-level mistakes made due to carelessness. Do you often make the following?

1. Missing punctuation marks, such as: "$" (dollar sign), "," (comma), ";" (semicolon), "->" (single arrow), "=>" (double arrow) "" , the data cannot be inserted into the database, mostly because: the database fields do not correspond to the fields given on the page; the add method cannot get the data to be added before inserting into the database; if the add method is correct and the fields also correspond, then delete them Cache file data data in the file directory;

Statement:
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
Previous article:Use of JQuery easyUINext article:Use of JQuery easyUI