hey i want to use phpbb on by site so that i can hold an bulliten board fourm.some of my friends say that i need ms access on my site some say i need sql on my site.i count understand what all that.ikindly help me what i need to install phpbb.
Printable View
hey i want to use phpbb on by site so that i can hold an bulliten board fourm.some of my friends say that i need ms access on my site some say i need sql on my site.i count understand what all that.ikindly help me what i need to install phpbb.
Actually, you can use both. I would recommend MySQL. And, for the best help on installing the phpBB board, go to the forums http://www.phpbb.com
They always helped me out there, and I know they will help you to. :)
Greetz & Respect
quick easy way to tell if your host supports PHP..
Save that bit of code to a file called, say ermm TEST.PHP and upload it to your host, load it up in your favorite browser, if your host is PHP enabled you should see a massive list of PHP varibles..PHP Code:<?php
phpinfo();
?>
-scoob8000