<?php /*** A copyright product of hioxindia.com ***/ /*** For more free scripts visit us at ***/ /*** http://www.hscripts.com ***/ $hostname = "localhost"; $username = "root"; $password = ""; $dbname = "frienddb"; // If you want to change the databse name to say xxxx alter the line // $dbname = "test"; to // $dbname = "xxxx"; ?>