forum linking and posting from site

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
phase
Forum Newbie
Posts: 24
Joined: Sun Jul 18, 2004 10:47 am

forum linking and posting from site

Post by phase »

hi all,

this is something i really would like some ideas on, i find it hard writing a concise decription of my problem nevermind an answer to it, but here goes...

i have designed a php site, primarily for a league, it has various functions and one being for a team leader to submit a result. all this is fine, but what i would really like is for me to include in that piece of code a way of when the user clicks to submit button, which contains, match report, score etc that this triggers a new post on the forum containing this data.

the forum used is phpbb btw. i imagine i need to find the code from phpbb that submits a post to the correct forum and include it within my external match section, but knowing how and where is dumbfounding me...

if anyone could shed some light on this matter i would be extremely grateful.

thank you

ian.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

you'll need to fiddle with adding data to _posts and _post_text, as well as a few other tables for updating the article count information..
Post Reply