Illegal string offset 'id'
-
Hello,
What does ‘ Warning: Illegal string offset ‘id’ in X on line 4 mean?
The line 4 includes:<?php global $options; foreach ($options as $value) { if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_settings( $value['id'] ); } }
What is wrong with this code?
Website is https://www.vlaslant.nlHope someone can help!
Kind regards,
Angela
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Illegal string offset 'id'’ is closed to new replies.