I'm trying to validate a few lines of PHP using the W3C Validator and the Validator isn't happy. The doctype is HTML 4.01 Transitional.
<?php
echo "<tr>";
?>
Below is a screenshot of the error. Does anyone have any ideas as to how I would go about validating this? Thanks a lot.
<?php
echo "<tr>";
?>
Below is a screenshot of the error. Does anyone have any ideas as to how I would go about validating this? Thanks a lot.
