how do i do that?..
my code
if ((isset($HTTP_POST_VARS["MM_insert"])) && ($HTTP_POST_VARS["MM_insert"] == "form1")) {
$insertSQL = sprintf("INSERT INTO Topic (BoardID, OwnerID, Topic) VALUES (%s, %s, %s)",
GetSQLValueString($HTTP_POST_VARS['boardID'], "double"),
GetSQLValueString($HTTP_POST_VARS['OwnerID'], "double"),
GetSQLValueString($HTTP_POST_VARS['Topic'], "text"));
I also want to put data into threads (OwnerID, TopicID, Message)