Hi there,
Are you able to submit two queries at the same time? Would the script below be correct?
If not, what modifications do i need to make.
$query = "insert into reply(post_id, reply_name, reply_email, reply_topic_name, reply_post, reply_time_stamp, autorespond)
values('$post_id','$reply_name','$reply_email','$reply_topic_name','$reply_post','$reply_time_stamp','$autorespond')";
$query1 = "UPDATE reply SET replies=replies+1 WHERE topic_id='$id'");