<?php #this don't change! $host='localhost'; #change this to your MySQL User account name $account='######'; #Change this to your MySQL user account password. #don't worry: this is PHP. the code is not viewed by the end-user $acc_pw='******'; #if your system is pre-named for tables, just rename this to your specified table name $table="netlink"; ?>