I get the following error when I try to view my page in the browser:
P
arse error: parse error, unexpected $ in d:\inetpub\wwwroot\test.php on line 89
THe thing is, line 89 is this
</html>
so there can't be any possible errors there. The error doesn't show up if I comment out
foreach($array as $key=>$val) {
The $array is not screwed up because $array['a'] by itself works. I'm stumped.😕
Can anyone help me?
elenev