First.
Do you will need add it on your index.
<?PHP
include("config.php");
require 'config.php';
?>
Later this, do you will need create the archive config.php, do you can create at notepad and save as config.php
do it:
<?php
require_once './inc/class.captcha.php';
// Configurations
$myhost="localhost";
$mypass="test";
$myuser="test";
$mydbacc="account";
$teste="teste";
$mydbdata="my";
$serveraddress="127.0.0.1";
$serverport=5816;
// Domt Edit after this
mysql_connect($myhost,$myuser,$mypass);
?>
later.
do you will back to index and insert the codes of type.
for you seen the number of accounts registers.
Ex.:
<?php
mysql_select_db($mydbacc);
$res = mysql_query("SELECT count(*) FROM account;");
$val = mysql_fetch_array($res);
echo "Total de Contas: ".$val[0]."<br />";?></td>
?>
If i help-you, please tanks me