How to use Php DOMDocument object in ci4 |
$result is post parameter .I want to try but not working.
error: Class 'App\Controllers\DOMDocument' not found $resultDocument = new DOMDocument(); $resultDocument->loadXML($result); $stateNode = $resultDocument->getElementsByTagName("state")->item(2); $status = ""; if( $statusNode != null ) $status = $stateNode->nodeVal; Thank you for helps. Sercan YANBULOGLU
SEO links REDACTED, per forum policy
|
Messages In This Thread |
How to use Php DOMDocument object in ci4 - by ProfessionalCoder - 02-18-2020, 07:02 AM
RE: How to use Php DOMDocument object in ci4 - by jreklund - 02-18-2020, 11:30 AM
|