NightShyamalan Posted July 21, 2004 Posted July 21, 2004 hi , i've finish designing my webpage in dreamweaver .. rite now my question is how do i make my dreamweaver to intergrate with tch server? rite now im using this settings for my connections file. <?php # FileName="Connection_php_mysql.htm" # Type="MYSQL" # HTTP="true" $hostname_avpsea_conn = "localhost"; $database_avpsea_conn = "mydatabase"; $username_avpsea_conn = "myusername"; $password_avpsea_conn = "mypassword"; $avpsea_conn = mysql_pconnect($hostname_avpsea_conn, $username_avpsea_conn, $password_avpsea_conn) or trigger_error(mysql_error(),E_USER_ERROR); ?> how do i make a new site with server connection with tch?? Quote
TCH-Andy Posted July 21, 2004 Posted July 21, 2004 Hi, All the settings you have there are for PHP. Are you trying to remote connect in Dreamweaver? or using PHP? Have you set up the dreamweaver connections - see http://totalchoicehosting.com/help/textpagea9.htm You will also need to log into cpanel and enable connections from your IP address (in cpanel, Managemysql). Quote
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.