Forum Moderators: coopster
Just getting started with PHP, and already running into problems. I have the following code:
<?php
&ImgSize = getimagesize("test.jpg",&InfoArray);
print(&InfoArray[3]);
?>
When I run the file, I get this error:
Parse error: parse error in /home/sites/site22/web/yo.php on line 8
I don't know why! Any help? Line 8 is the line with &ImgSize.
Please help -
Matt