Hi,
I wanna create a page outside SMF directory where a user can post a topic and it goes into db. Which function in SSI.php handles that?
Thanks
You'll want to look at createPost() (http://support.simplemachines.org/function_db/index.php?action=view_function;id=323) in Subs-Post.php. You may need to include that file as well as SSI.php as I don't think it'll be included by default (but I could be wrong).
The function will create a new topic if you don't supply a topic ID.
Great! Thanks friend, i'll give it a try :)