我正在使用Web应用程序,因此我必须从用户那里收集一些问题,以将其放入数据库中,但是却出现此错误
警告:C:\ xampp \ htdocs \ seminarskirad中的非法字符串偏移量'type' -在第138行上复制\ kontaktKlasa.php
public function set_message($message,$type) {
$this->poruka['msg'] = $message;
$this->poruka['type'] = $type;
}