I'm trying to create an array using the example:
$view_list = array('ERROR', 'INDEX', 'LINKS', 'EDIT');
and I keep getting a parse error. If I take the single quotes out, I stop getting a parse error, but every reference to an array index thereafter requires that I omit single quotes as well :-\
I'm using php 4.1.2 - anyone know what the problem could be?
Thanks