|
автор: Caser (24.05.2006 в 18:03) |
|
|
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ' 0, 0, 8020, '', 1, '-', '-', '-', '-', '-', '', '', '-', '-', SQL query : insert into SS_orders ( customerID, order_time, customer_ip, shipping_type, payment_type, customers_comment, statusID, shipping_cost, order_discount, order_amount, currency_code, currency_value, customer_firstname, customer_lastname, customer_email, shipping_firstname, shipping_lastname, shipping_country, shipping_state, shipping_zip, shipping_city, shipping_address, billing_firstname, billing_lastname, billing_country, billing_state, billing_zip, billing_city, billing_address, cc_number, cc_holdername, cc_expires, cc_cvv, affiliateID ) values ( 1, '2006-05-24 15:25:18', '83.237.181.197', '', '', '', , 0, 0, 8020, '', 1, '-', '-', '-', '-', '-', '', '', '-', '-', '-', '-', '-', '', '', '-', '-', '-', '', '', '', '', '' )
|
хотя бы на что похоже
ошибка в коде или настройки базы или...? | |
|
|
|
|
|
|
|
для: Caser
(24.05.2006 в 18:03)
| | Если Вы внимательно поглядите на фрагмент
'83.237.181.197', '', '', '', , 0
| то увидите, что перед нулем значение предыдущего параметра просто пропущено.
Ошибка, разумеется, в php-коде. | |
|
|
|
|
автор: caseer (24.05.2006 в 20:09) |
|
|
для: Trianon
(24.05.2006 в 18:07)
| | спасибо. | |
|
|
|
|