php pages not displaying
As an update to my previous, unanswered question, I have now made the connection to the remote server, but my php pages do not display on my browser. Instead, I get this:
Warning: require_once(file:///C|/XAMPP/xampp/htdocs/TRS/Connections/trs_db.php) [function.require-once]: failed to open stream: No such file or directory in /home/turtlero/public_html/guestbook.php on line 1
Fatal error: require_once() [function.require]: Failed opening required 'file:///C|/XAMPP/xampp/htdocs/TRS/Connections/trs_db.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/turtlero/public_html/guestbook.php on line 1
Line 1 reads: <?php require_once('file:///C|/XAMPP/xampp/htdocs/TRS/Connections/trs_db.php'); ?>
I have tried editing this line to indicate the remote server. I have even tried deleting this line, but I still get the same error message indicating my testing server files.
I don't know if this is related, but I noticed that the mm_server script folder that I moved from my testing server to my local root folder does not display on my DW file directory, so I haven't able to put it to the server.
Thanks.
