if ($_POST['markcompletevalue']=='yes'){ include "dbconnect.php"; $taskid=$_POST['taskid']; $query="UPDATE tasks SET status='0' WHERE uid='$id' AND id='$taskid'"; $result=mysql_query($query); if ($result){ echo ""; }else{ echo"fail"; } mysql_close; } ?> [/CODE] and when i try to submit more ..." href="/programming/web-development/threads/350697/form-submit"> form submit 4
Reach out to all the awesome people in our web development community by starting your own topic. We equally welcome both specific questions as well as open-ended discussions.
Start New Topic