Hello,
I need help with this script i downloaded.
The error i get is:
Call to undefined function domxml_open_mem()
Im running PHP 5.2.1 and i have installed the dll extension but i get the same error. Im not sure if the dll is the right version for my php.
The line the error is on is:
Code:
$xml = domxml_open_mem("<?xml version='1.0' standalone='yes'?>" . $cardHTML);
Thanks in advance
|