Fill form then post (or reply) into a forum

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!

Moderator: General Moderators

Post Reply
spaceman33
Forum Newbie
Posts: 14
Joined: Mon Jul 25, 2005 3:35 pm

Fill form then post (or reply) into a forum

Post by spaceman33 »

Hi.

Tried Googling but not much success.

What I am thinking of trying to do is have a user fill in a form and then hopefully have that form posted into a forum as a reply to another post (the main one).

Or, if I have to create a new post into a forum made specifically for the filled in forms. Presume this one may be easier as it will use the forum id codes to post into the right place, and that will never change.

Can anyone point me in the right direction?

My php knowledge is limited, but if I can get some examples, etc, then would give it a darn good try.

Thanks for any replies.
User avatar
thomas777neo
Forum Contributor
Posts: 214
Joined: Mon Mar 10, 2003 6:12 am
Location: Johannesburg,South Africa

Post by thomas777neo »

Well, this devnetwork forum is open source. So you can download it here:

http://www.phpbb.com/downloads.php

If your looking for a forum example, this should definitely cover it.
Post Reply