dream25 Posted January 22, 2007 Share Posted January 22, 2007 hi... how to connect a database in dreamwaever... what are the steps to follow.. plz guide me Link to comment https://forums.phpfreaks.com/topic/35196-how-to-connect-a-database-while-using-in-dreamweaver/ Share on other sites More sharing options...
suzzane2020 Posted January 24, 2007 Share Posted January 24, 2007 just add these linesmysql_connect ("localhost", "database username", "database password if any");mysql_select_db ("database name"); Link to comment https://forums.phpfreaks.com/topic/35196-how-to-connect-a-database-while-using-in-dreamweaver/#findComment-167935 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.