Hi,
Is it possible to do the following:
$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')";
$query = "UPDATE posts SET last_post='$last_post'";
I'm wanting to insert data into one table and and update another.
Any ideas?
Cheers,
micmac