You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
-
I
I get this "Parse error: syntax error, unexpected '$y' (T_VARIABLE) in download.php on line 1"
Code:
<?php
$y=6;
?>
How do you fix it?