I have a problem... I was working on a replay form... ppl send in questions and i replay using
<textarea name=\"svarat_$i\" cols=\"50\" rows=\"8\" class=\"bigbox\">
why the name svarat$i is because i wanna awnser many questions at the same time... Here is my problem... The code did work great but for somehow it all stoped working and i can't figure out whats wrong? Here is the update string
mysql_query("UPDATE fspaltsvar SET spara=".$var["jn$i"].", svar=".$var["svarat$i"]." WHERE id=".$var["jnid$i"]."");
spara gets a value of 0,1 or 2 depending on what i wanna do with the post... If i take away , svar=".$var["svarat$i"]." it works fine... spara gets its new number but with the , svar=".$var["svarat$i"]." in the code nothing happends and i can't figure out whats wrong... and whats even more annoying is that the code worked i updated 3 questing the same time and it got posted but now it has stoped working... Does anyone know what problem it is?
//Johan