mysql - having trouble with update syntax for a mysql_query -


$ sql = "UPDATE 'load' SET 'graphe' ="। $ Graphe। "',' प्रतिच्छेदन '=' "। $ प्रतिच्छेदन।" ',' विले '=' "। $ विले।" 'जहां आईडी =' "। $ Id।" '";

मैं खोज के बाद उपरोक्त का उपयोग कर रहा हूं व्यक्ति ने कहा कि यह वाक्यविन्यास को सही किया। जब मैं इसे चलाता हूँ तो मैं असफल हो जाता हूं।

धन्यवाद

पीट

बदलें 'और ` डालें "पहले"। $ Graphe

  $ sql = "UPDATE` load` SET `graphe` = '"। $ Graphe।' ',' प्रतिच्छेदन '=' "। $ प्रतिच्छेदन।" ', `विले` ='"। $ Ville। "'जहां आईडी ='"। $ Id। "'";    

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -