You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please help me, I get error massage when I use function set_user_info to send User to attendance machine, when my data is contain single quote :
$data = $con->set_user_info([
'pin' => 558,
'name'=> "SAM'UN",
]);
The error massage is "SimpleXMLElement::__construct(): Entity: line 1: parser error : EndTag: '</' not found"
The text was updated successfully, but these errors were encountered:
Please help me, I get error massage when I use function set_user_info to send User to attendance machine, when my data is contain single quote :
$data = $con->set_user_info([
'pin' => 558,
'name'=> "SAM'UN",
]);
The error massage is "SimpleXMLElement::__construct(): Entity: line 1: parser error : EndTag: '</' not found"
The text was updated successfully, but these errors were encountered: