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

python - how we can use ajax() in views.py in django? -

matlab - Using loops to get multiple values into a cell -

python - Sequence Pattern recognition with Pybrain -