i believe he asked HOW to do it lol and this is why most of the pserver owners have no idea how to do anything. sooooo
as for connecting your register page.
place your register page in your www folder
open it up and make sure this section,
$myhost="localhost";
$mypass="rufeng"; //your server login password
$myuser="root"; //your server login username
$mydbacc="account"; //your server account database
$mydbdata="my"; //your server my database name
$serverport=3306; //your server connection port
$mydb="my"; //your server my database
is correct to your server specs.
$myhost="localhost"; <---this is the host of your server (most use localhost)
$mypass="rufeng"; <----this is your mysql pass (usually either rufeng or test)
$mydbacc="account"; <----this is the database you are using for your accounts
$mydbdata="my"; <---- this is your server database name (usually my)
$serverport=3306; <---this is your server connection port
$mydb="my"; <---this is your server database (corresponds with database name)
so after all of those check out you will need to run apache
the link to get to your register page will be:
youriphere/register.php
insert your server ip where it says "youriphere" (pretty self explanatory)
then you're ready to go
PLEASE HIT THANKS IF THIS HELPED
hope i didnt leave anything out.... good luck