QUOTE(darkgen @ Feb 10 2008, 11:00 AM)

hi
i currently have 2 forums, 1 of them is phpbb2 and another 1 is a free version of ipb from invisionfree.com
i just have a question...
can some one show me how to fetch posts from phpbb and ipb using php and put them on the front page of a site??
thanks
-darkgen
First question is, regarding your knowledge first. Do you actually know php and how to use php to connect to mysql databases?
Anyones first suggestion would be to learn the language sufficently enough that you'd be able to make your own pages that can connect to a working database.
Next suggestion would be to write a script that would connect to both your phpbb2 and your ibp forum databases, and then you'd have to (by looking manually into each of the 2 databases and finding out where the posts are, and how each forums pull the specific info from the databases) take the data from the tables you need. And manually make your own script to display it.
Hope this helps
Trice