Forum Moderators: coopster
I'm attempting to follow Dreamweaver MX's tutorial on how to connect to a MySQL database. Everything was going good (got the testing server set up, etc.), until I tried to preview a page in the browser. I got the following error:
Parse error: parse error, unexpected T_STRING in c:\inetpub\wwwroot\TestSite1\comments-add.php on line 1
Line 1 reads:
<?xml version="1.0" encoding="iso-8859-1"?>
What is wrong with this? I don't see anything missing. I'm receiving the same error on another page, for the same line of code (but on line 24, rather than 1).
Any help?