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

sql - Return Function using Cursor -

javascript - Is there any way to add a new parameter to a function programmatically? -

python - creating function guess_index -