when I run my code through browser, it is
working properly. But when I run this php
code through crontab, it was showing this
error.
$args=array('/xml'=>$xmlobj->dumpmem());
$parser = xslt_create();
$resulthtml=xslt_process($parser, 'arg:/xml', $this->mTemplate, NULL, $args);
$this->mTemplate variable is having the xsl
file name
Error message
^^^
<br>
<b>Warning</b>: Wrong parameter count for xslt_process() in <b>abc.php</b> on line <b>81</b><br>