get2me Posted August 29, 2006 Share Posted August 29, 2006 please help me out with thisi am using netserverwhich has apache and mysql server and my system is the server ie localhostnow i have make connection to the nysql server. Quote Link to comment https://forums.phpfreaks.com/topic/18996-connection-of-php-script-in-dreamweaver-to-mysql/ Share on other sites More sharing options...
wildteen88 Posted August 29, 2006 Share Posted August 29, 2006 TO connect to mysql use mysql_connect:[code=php:0]// this connects you to the mysql servermysql_conncet('localhost', 'mysql_username', 'password_for_mysql_username');// select the database to usemysql_select_db('database_name_here');[/code] Quote Link to comment https://forums.phpfreaks.com/topic/18996-connection-of-php-script-in-dreamweaver-to-mysql/#findComment-82159 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.