ホームページ >バックエンド開発 >PHPチュートリアル >MYSQL へのデータの挿入に失敗しました

MYSQL へのデータの挿入に失敗しました

WBOY
WBOYオリジナル
2016-06-13 13:22:44882ブラウズ

MYSQL へのデータの挿入に失敗しました
エラー内容:

SQL 構文にエラーがあります。使用している MySQL サーバーのバージョンに対応するマニュアルを確認して、紫外線を生成しないように適切な構文を使用してください。 8 行目でリングを 6 にします。よりクリーンで快適になります。

データベースにデータを挿入するための ECHO ステートメントは次のとおりです。

テスト後、 re_mark フィールド。このフィールドに比較的少数の単語を挿入しようとすると、成功する可能性があるためです。
(re_mark フィールドの型定義は次のとおりです:... re_mark テキスト、....

SQL コード
<!--

Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/

-->
insert into product 
( p_name,p_class,p_model,re_mark,pic ) 
values 
( '大幅度反对',
'大幅度反对',
'ddfdf',
'1. Energy saving: 70% energy than common fluorescent lamp; 
2. The green environmental protection: LED tube no ultraviolet, such as infrared no radiation and contains no mercury and other harmful substances; 
3. Long life: LED tube normal use for 50000 hours; 
4. No stroboscopic: LED constant current work, effectively reduce LED light failure, start fast, no flash, protect eyes; 
5. Reduce mosquito: different from other light source ultraviolet attract a mosquito, LED don't produce ultraviolet light, make the ring 
6. Its become more clean and comfortable; 
7. Color is rich: make full use of the advantage of rich color LED production various emitting light colors tubes; 
8. Use chip Epistar from taiwan , luminous efficiency is the highest; 
9. Shell with 1/2 aluminium, 1/2 PC material, circuit boards use high strength fiber board, combined with compact structure and assembly process, 
so that only the tube heat sex greatly improved, ensure that LED work in low temperature and try to minimize the LED light failure; 
10.The application places: office buildings,factories,shopping malls, schools, public, indoor lighting and colour, such as home decoration and through the CE and ROHS the authentication.',
 
'upfiles/CR-kNgqQmYmuw.jpg' ) 


-- - ---解決策------------------
フォーラムの強調表示された SQL コード モードでは、文字列が赤色で表示され、対応する部分が表示されます。 re_mark はカラフルです
赤い部分が終わっていないことを確認してください。"'" がエスケープされていないのは明らかです
SQL 命令の記述規則に従っていないので、それを味わうことしかできません。ルールに違反した場合の結果は自分自身です。
------解決策---------
話し合う

SQL コード

製品に挿入 ( p_name,p_class,p_model,p_speca,p_specb,p_specc,p_specd,p_spece,p_specf,p_specg,p_spech,p_speci,p_specj,p_speck,re_mark,in_time, title ,pic ) 値 ( '2222', '3333333',...
声明:
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。