If I try this:
Or This:PHP Code:$sue = array();
Or Even This:PHP Code:$sue['red'] = 2;
I get this error:PHP Code:$sue = array();
$sue['red'] = 2;
Parse error: syntax error, unexpected T_VARIABLE in C:\xampp\htdocs\xampp\site\index2.php on line 4
Why?



Reply With Quote
Bookmarks