Problem with arrays
Posted: Mon Feb 01, 2010 3:48 pm
ok I am sure this is a simple problem and some one will help me.
This is piece of my kode :
/*this is line number 15*/ $months = array ('January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December');
when I preview in my browser an error shows up : Parse error: parse error in c:\calendar.php on line 15
Problem is that code is right what could be a cause ?
This is piece of my kode :
/*this is line number 15*/ $months = array ('January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December');
when I preview in my browser an error shows up : Parse error: parse error in c:\calendar.php on line 15
Problem is that code is right what could be a cause ?