首页 > 解决方案 > 如何修复php中的非法字符串偏移

问题描述

我正在开发我的网络应用程序,所以我必须从用户那里收集一些问题才能将其放入我的数据库中,但我收到了这个错误

警告:C:\xampp\htdocs\seminarskirad 中的非法字符串偏移 'type' - Copy\kontaktKlasa.php 在第 138 行

public function set_message($message,$type) {        
     $this->poruka['msg'] = $message;        
     $this->poruka['type'] = $type;
}

标签: phphtml

解决方案


推荐阅读