unexpected T-string in line 8
i get the following error: Parse error: syntax error, unexpected T_STRING
in /home/a5836790/public_html/3.1 opdracht.php on line 8
from script:
<?php
$vars = array(true, 10, 19.95, 'hoi');
$var = array2(1 is van het type, 10 is van het type, 19.95 is van het
type, text is van het type);
foreach ($vars as $waarde) {
foreach ($var as $waardes) {
echo gettype($waarde), "\n";
echo $waardes, "\n";
}
}
?>
Can any1 help me out on this issue,
i cant figure it out.
No comments:
Post a Comment