View Single Post
  #6 (permalink)  
Old 11-07-2008, 22:13
speedyss speedyss is offline
new member
 
Join Date: Jul 2008
Posts: 4
Default

Quote:
Originally Posted by DavidAllen View Post
I don't use dreamweaver myself (PHPEdit suits me much better) but I believe dreamweaver uses HTTP to connect to a script on the server which then connects to the database. The script that it uploads to the server is located in C:\Program Files\Macromedia\Dreamweaver MX 2004\Configuration\Connections\Scripts\PHP_MySQL\_ mmDBScripts. There are two files mysql.php and MMHTTPDB.php. that you will need to edit this file to change pconnect to connect. That should do it
Hi David,

Thanks a lot for your response. I am actually using CS3 which has slightly different file structure. I managed to find my way into the connections folder and changed every pconnect to connect in all files under the folder PHP_MYSQL - but there wasn't a pconnect in MMHTTPDB.php (i did a search in notepad).

Unfortunately, the problem still remains - dreamweaver is not able to connect to the database. Any ideas?
Reply With Quote