I had to do something like this for a login field on my site, and maxxximus suggested this:
Code:
<?php
require_once('[yourfile]') ?>
You would put that inside a div.
Also, be warned that PHPBB is an extremely unsecure forum. There are TONS of hacks/exploits floating around on the Internet. I found this site to be extremely helpful in securing PHPBB forums.
-Nathan
|