hey i know this isnt necesseraly php but im tying to validate my code and ive got one error which is…
“Line 71, Column 1482: character “&” is the first character of a delimiter but occurred as data.
…bookinfo.php?bookID=059600382X”>HTML & XHTML: the Definitive Guide
<"
When i remove this code it works:
echo ‘<div class=“categoryLinks”><div class=“detailTextGrey”>Book Title: </div><a href="bookinfo.php?bookID=’.$row[‘bookISBN’].’">’.$row[‘bookTitle’].’
<div class=“detailTextGrey”>Author(s): </div><div class=“detailText”>’.$authArray[‘authorName’].’ (’.$row[‘bookYear’].’) </div></div>
';
}
Can anyone spot the error?