We have managed to set up a testing server with php 4.1.10a, which has a myphpadmin 2.6.1 direct internet browser interface.
I can access this system and have already migrated an Access database across sucessfully and run several queries across it.
This is where the problem starts...
Dreamweaver MX. I am trying to set up this server as a testing server with little success.
If I put <?php phpinfo(); ?> into a .php file on this testing server, I cannot get it to open using standard http://servername/phpinfo.php formatting.
If I open it directly over the network i.e. \mysqlserver\phpinfo.php, it purely shows the code.
I believe that this is where I am now having difficulty setting up the testing server in Dreamweaver.
I can manage to see the files in the expanded files view (not tricky) but the problem seems to lie with the URL prefix address for the root.
The root over the network is \mysqlserver\databasefolder
I have tried (among others)
http://IPaddress/databasefolder/
http://mysqlserver/database folder/
http://mysqlserver/
\mysqlserver\databasefolder
\mysqlserver\
and yet, in my database adding panel, the testing server still shows as not done.
Also, when I try to add a database connection and select a database from the mysql php option, It doesn't allow me to select a database, displaying the following message:
http error code 404 file not found. Here are some possible reasons for the problem:
1) There is no testing server running on the server machine
2) The testing server specified for this site does not map to the / URL. Verify that the URL prefix maps to the root of the site.
HELP!!!!!