Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 261 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 261 Bytes

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';