PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I would like some help from somebody who knows how phpbb works....
I am not looking to create a forum...that is way beyond me
I would just like the sql code that would be needed to create a new topic. I would not be going through phpbb itself, it would be a seperate script on my site.
Look at the database in phpMyAdmin for the topics db. From there you can see what columns are required.
But I'm fairly sure more than 1 table is updated during the post creation process. I believe you need to also update the posts, post_text, search_wordlist, search_wordmatch and also the users table to increment the post count.