Hi I was following code igniter user guide for forms and I encountered this strange output can anyone tell how to fix it?
Here is my code for beginning of the form
<?=$attributes = array('class' => 'email', 'id' => 'myform');?>
<?=form_open('email/index/', $attributes); ?>
I get form with id and class which I specified above but for some reason annoying Array text prints out and I cant figure out why, can anyone help? thank you