PDA

View Full Version : Creating a new post from external form...


Cryo
10-22-2004, 12:11 PM
... which tables am I inserting to? So far I see `post` and `thread` obviously, relating to each other via `postid` and `threadid`. I would also assume that I need to update the `forum` table to reflect the new number of threads, last post and last poster. Am I missing anything? Finally, if possible, would someone be willing to provide me with an example of the SQL statements used to insert a new thread into a forum from an external forum? Thanks in advance.

miz
10-23-2004, 05:56 PM
check this thread

https://vborg.vbsupport.ru/showthread.php?t=66082