Use:
PHP Code:
$DB_site->query("INSERT INTO privatemessage (privatemessageid,userid,touserid,fromuserid,title,message,dateline,messageread,folderid) VALUES (NULL,'$thread[postuserid]','$thread[postuserid]','$originatinguser','adskasfjsaf','".addslashes($pmgivemessage)."',".time().",0,0)");
instead.
You are using an INSERT command, not SELECT, so why to assign the result to a variable ($pmgiveuser)?