How do you write posts?

GetParanoid

Member
Hey XenForo community, I have an question as to how to write a post into the MySQL database. I'm using Java right now to connect to the Database. Do I need to create a PHP script to be able to do this? Or can I write it directly into the database?

Thanks in advance!
 
To make life easier and proper, I would suggest creating a PHP script and having Java send a POST request to this private script.
 
Top Bottom