MyBB Community Forums

Full Version: WebForm To Post for user
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a website form where the user inputs a bunch of information, it is processed by a php file to my liking.

I then wish to take this output and make a post (by the person who filled out the form).


I know I can get it to work by coding SQL connects, but I figured there had to be some way 10x easier. Anyone shine some light on where i need to look etc.

EDIT: I went back and hardcoded it SQL way. Took a while, but it works well.