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

Common low-level errors in PHP

高洛峰
Release: 2016-11-01 13:48:53
Original
973 people have browsed it

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;

Related labels:
php
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
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template