Something is wrong with my print `"
Okay, so how do i fix this line of code:
//foreach loop to cycle through the array
foreach ($testFiles as $myFile)
{
$fileBase = substr($myFile, 0, strlen($myFile) - 5);
**//Problem here:**
print "\n";
} // end foreach
such that's it's html compliant, the php code works fine, I just need validation on the html, cause you can't validate php, and the variable $fileBase references an html file, in this case Addition would be one of the files allotted to $fileBase.
以上就是Validating html with php 的详细内容,更多请关注web前端其它相关文章!