copy the folder to xampp server's htdocs folder. import the adamspeak_db.sql to local server database run the adamspeak.html in local server
// Database credentials $host = 'localhost'; $username = 'root'; $password = ''; $database = 'adamspeak_db';