Please help with Chapter 3 - Using PHPMyAdmin
I've hit a brick wall with regards to opening PHPMyAdmin on my Mac. When I try to open the index.php file (I downloaded PHPMyAdmin version 2.8.0.1) in Dreamweaver MX 2004, I get a message that says:
The file "Macintosh HD:Users:Sites:left.php <" does not exist.
It's in regards to the following code in the index.php file:
<frame frameborder="0" id="frame_navigation" src="left.php <?php echo $url_query; ?>" name="frame_navigation" />
It's reading the src part all wrong, right? Is there some syntax error here? It seems like it would be a quick fix but I have been going nuts trying to figure it out. If the frame trying to load is the "left.php" file, what is the PHP statement that comes after the file name do? (<?php echo $url_query; ?>) Any help would be appreciated.
Here is what I am running:
Mac OSX 10.3.9
Dreamweaver 2004 MX
PHPMyAdmin 2.8.0.1
PHP 5.1.2
MySQL 5.0.18
Thanks in advance
Brian
|