Cytat
5. <?php
$x=dir(".");
while($y=$x->read())
{
echo $y."<br>"
}
$y->close();
?>
What is the following output?
Your Answer is: Wrong
Your Answer is: Parse error
Correct Answer is: display a folder content
przecież wywali parse error bo nie ma średnika