Anonymní profil endless – Programujte.com
 x   TIP: Přetáhni ikonu na hlavní panel pro připnutí webu

Anonymní profil endless – Programujte.comAnonymní profil endless – Programujte.com

 

Příspěvky odeslané z IP adresy 88.100.92.–

endless
PHP › Chyba v syntaxi SQL
18. 11. 2012   #167039

 Ahoj,

mám formulář, který odkazuje na tenhle kód:

<?php
$dbhost = 'localhost';
$dbuser = 'root';
$dbpass = '******';

$conn = mysql_connect($dbhost, $dbuser, $dbpass) or die ('nepripojeno k MYSQL');

$dbname = 'hrdinove';
mysql_select_db($dbname);

mysql_query("INSERT INTO heroes (hero_name , hero_role , hero_primary_stat , hero_lore , hero_says , hero_str , hero_agi , hero_int , hero_health , hero_mana , hero_damage , hero_atck_range , hero_atck_speed , hero_armor , hero_movespeed , hero_base_atck_time , spell_1_name , spell_1_ability , spell_1_affects , spell_1_description , spell_1_value_1 , spell_1_value_2 , spell_1_value_3 , spell_1_value_4 , spell_1_value_5 , spell_1_value_6 , spell_1_value_7 , spell_1_value_8 , spell_1_note , spell_1_cooldown , spell_1_manacost , spell_2_name , spell_2_ability , spell_2_affects , spell_2_description , spell_2_value_1 , spell_2_value_2 , spell_2_value_3 , spell_2_value_4 , spell_2_value_5 , spell_2_value_6 , spell_2_value_7 , spell_2_value_8 , spell_2_note , spell_2_cooldown , spell_2_manacost , spell_3_name , spell_3_ability , spell_3_affects , spell_3_description , spell_3_value_1 , spell_3_value_2 , spell_3_value_3 , spell_3_value_4 , spell_3_value_5 , spell_3_value_6 , spell_3_value_7 , spell_3_value_8 , spell_3_note , spell_3_cooldown , spell_3_manacost , spell_4_name , spell_4_ability , spell_4_affects , spell_4_description , spell_4_value_1 , spell_4_value_2 , spell_4_value_3 , spell_4_value_4 , spell_4_value_5 , spell_4_value_6 , spell_4_value_7 , spell_4_value_8 , spell_4_note , spell_4_cooldown , spell_4_manacost , spell_4_aghanim) 
VALUES (".$_POST['hero_name']." , ".$_POST['hero_role']." , ".$_POST['hero_primary_stat']." , ".$_POST['hero_lore']." , ".$_POST['hero_says']." , ".$_POST['hero_str']." , ".$_POST['hero_agi']." , ".$_POST['hero_int']." , ".$_POST['hero_health']." , ".$_POST['hero_mana']." , ".$_POST['hero_damage']." , ".$_POST['hero_atck_range']." , ".$_POST['hero_atck_speed']." , ".$_POST['hero_armor']." , ".$_POST['hero_movespeed']." , ".$_POST['hero_base_atck_time']." , ".$_POST['spell_1_name']." , ".$_POST['spell_1_ability']." , ".$_POST['spell_1_affects']." , ".$_POST['spell_1_description']." , ".$_POST['spell_1_value_1']." , ".$_POST['spell_1_value_2']." , ".$_POST['spell_1_value_3']." , ".$_POST['spell_1_value_4']." , ".$_POST['spell_1_value_5']." , ".$_POST['spell_1_value_6']." , ".$_POST['spell_1_value_7']." , ".$_POST['spell_1_value_8']." , ".$_POST['spell_1_note']." , ".$_POST['spell_1_cooldown']." , ".$_POST['spell_1_manacost']." , ".$_POST['spell_2_name']." , ".$_POST['spell_2_ability']." , ".$_POST['spell_2_affects']." , ".$_POST['spell_2_description']." , ".$_POST['spell_2_value_1']." , ".$_POST['spell_2_value_2']." , ".$_POST['spell_2_value_3']." , ".$_POST['spell_2_value_4']." , ".$_POST['spell_2_value_5']." , ".$_POST['spell_2_value_6']." , ".$_POST['spell_2_value_7']." , ".$_POST['spell_2_value_8']." , ".$_POST['spell_2_note']." , ".$_POST['spell_2_cooldown']." , ".$_POST['spell_2_manacost']." , ".$_POST['spell_3_name']." , ".$_POST['spell_3_ability']." , ".$_POST['spell_3_affects']." , ".$_POST['spell_3_description']." , ".$_POST['spell_3_value_1']." , ".$_POST['spell_3_value_2']." , ".$_POST['spell_3_value_3']." , ".$_POST['spell_3_value_4']." , ".$_POST['spell_3_value_5']." , ".$_POST['spell_3_value_6']." , ".$_POST['spell_3_value_7']." , ".$_POST['spell_3_value_8']." , ".$_POST['spell_3_note']." , ".$_POST['spell_3_cooldown']." , ".$_POST['spell_3_manacost']." , ".$_POST['spell_4_name']." , ".$_POST['spell_4_ability']." , ".$_POST['spell_4_affects']." , ".$_POST['spell_4_description']." , ".$_POST['spell_4_value_1']." , ".$_POST['spell_4_value_2']." , ".$_POST['spell_4_value_3']." , ".$_POST['spell_4_value_4']." , ".$_POST['spell_4_value_5']." , ".$_POST['spell_4_value_6']." , ".$_POST['spell_4_value_7']." , ".$_POST['spell_4_value_8']." , ".$_POST['spell_4_note']." , ".$_POST['spell_4_cooldown']." , ".$_POST['spell_4_manacost']." , ".$_POST['spell_4_aghanim'].")") 

or die(mysql_error()); 

mysql_close($conn);

?>

Problém je v tom, že když vyplním form., tak to vyhodí error: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 ' , , , , , , , , , , , , , , , , , , , , , , , , , , ' at line 1

Nevíte, v čem by mohl být problém? Předem díky za reakce.


 

 

Hostujeme u Českého hostingu       ISSN 1801-1586       ⇡ Nahoru Webtea.cz logo © 20032024 Programujte.com
Zasadilo a pěstuje Webtea.cz, šéfredaktor Lukáš Churý