I cant find the problem here:
[php]$u =  “UPDATE prueba  SET NAME=&_POST[inputNAME], DESCRIPTION=&_POST[inputDESCRIPTION] WHERE ID = &_POST[id]”;[/php]
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 ‘&_POST[inputNAME], DESCRIPTION=&_POST[inputDESCRIPTION] WHERE ID = &_POST[id]’ at line 1
help!! 
