ed2 Posted June 7, 2004 Share Posted June 7, 2004 Hi I'm new to PHP, and trying to connect Dreamweaver MX to my MySQL database. I know that my server, username and password are correct because I use them in phpMyAdmin successfully. I'm not using a local PHP server, because I prefer just to upload my PHP scripts to the web and test them there. Could my not installing PHP locally be causing the connection problem? Ed Quote Link to comment Share on other sites More sharing options...
apollyon Posted June 7, 2004 Share Posted June 7, 2004 Yes, you must have PHP installed locally for this to work. Without PHP installed the connection script is just a bunch of junk. Also another problem you may run into after installing PHP is Dreamweaver doesn't use the same version. It will not connect to the database and gives you a bunch of errors when you try to connect through the browser. If you like to just upload to the web, install PHP on you local machine, and read the tutorial for DSNLess Connections. Quote Link to comment 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.