Whever I try and run a page I get the error message
Parse error: parse error, unexpected T_STRING, expecting ',' or ';' in C:\Documents and Settings\newuser\My Documents\My Webs\php - marinas\index_copy.php on line 344
The line in question currently looks like:
echo "<a href="udetails.php?marina=$latestmarina">$latestname</a> - $latestcountry<br>";
have tried messing around with it in several ways can anyone tell me what is missing to make it work
Parse error: parse error, unexpected T_STRING, expecting ',' or ';' in C:\Documents and Settings\newuser\My Documents\My Webs\php - marinas\index_copy.php on line 344
The line in question currently looks like:
echo "<a href="udetails.php?marina=$latestmarina">$latestname</a> - $latestcountry<br>";
have tried messing around with it in several ways can anyone tell me what is missing to make it work