Skip to content

shadownafees/ICT2204-Assignemnt4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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