Yes, I've got the app set up (I think).

Now I need to test it. Where do I start? Is there documentation somewhere on testing, using, etc.?

Excellent! Can you answer my question?

Thanks, Frank H.

I've followed your instructions. Now, how do I test the application?

<?php

$db_type = 'mysql';
$db_host = 'db000.xxxxxxx.net';
$db_name = 'db123456789';
$db_username = 'dbo123456789';
$db_password = 'password';
$db_prefix = '';
$p_connect = false;

$cookie_name = 'punbb_cookie';
$cookie_domain = '';
$cookie_path = '/';
$cookie_secure = 0;
$cookie_seed = '2aa14dbf';

define('PUN', 1);

Where should I put the config.php file? In www.mysite.com or in www.mysite.com/forum or some other directory?

I completed the install and put my config.php file in my forum root directory but I got this message: "The file 'config.php' doesn't exist or is corrupt. Please run install.php to install PunBB first."

I tried to install PunBB again but got a message stating that it was, of course, already installed. The thing is, I don't know how to get to the page that gave me my config.php code to see if I copied it correctly when I created my config.php file.