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 Quote 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"); Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.