I'm not sure to be in the right section, but I need help for a painful question. Here it is:
I would like, with a php page, create a post on my phpbb forum, directly by executing the SQL requests.
I have all infos, like the forum id, the topic id, the user id, title, content.
I've already read thoses wiki:
https://wiki.phpbb.com/Function.submit_post
https://wiki.phpbb.com/Tutorial.Adding_pages
... But I'm not an expert of php and sql, so I didn't get how to use thoses lines of code.
It it possible ? I've read many discussion about it, but nobody seems to reach the goal.....
Thanks a lot !
thepopol777