Forum Moderators: coopster
Any ideas on this would be much appreciated, all I'm trying to do is within the cronjob
<?
//CronJob
include_once('/var/www/mydomain.com/nusoap/nusoap.php');
$client = new SoapClient('http://soapdomain.com?wsdl',true);
?>
Whenever it gets to the new SoapClient the application dies, and doesn't even spit out an error, is this because it just doesn't work, or is this definitely because some how the include is not working? and if so how do I know if the include Is working?
Thank you for taking the time to read this, I've searched awhile and could not find anything, thank you.