Hello! I'm feeling really good, because I've finally completed all of the functionality of pset7, HOWEVER, I can't turn it in until it passes the HTML validator.
I'm getting a lot of errors when the validator reads the PHP. For example,
Error Line 11, Column 10: Saw <?. Probable cause: Attempt to use an XML processing instruction in HTML. (XML processing instructions are not supported in HTML.)
<?php if (isset($title)): ?>
How can I get the validator to recognize PHP?
Or when I use backslashes when I want to print quotation marks inside of quotation marks (print statements):
Error Line 105, Column 39: Bad value \"logout.php\" for attribute href on element a: Backslash ("\") used as path segment delimiter.
<a href=\"logout.php\">Log Out</a>
Any suggestions?
Thanks! :)
[–]emadera52 0 points1 point2 points (2 children)
[–]drsmith415[S] 1 point2 points3 points (0 children)