6

cron job on parallel plesk 10.4.4

view full story
linux-howto

http://serverfault.com – I have set the php file in cron job on the parallel plesk 10.4.4.I'm running the following code in cron job. <?php include("../includes/function.php"); $conn->connect(); include_once($_SERVER['DOCUMENT_ROOT']."/ISDK/isdk.php"); $myApp = new iSDK; if( $myApp->cfgCon( "orbis" )){ echo "connected"; }else{ die("connection fail"); } $newsletter=urldecode($_REQUEST['abc']); $newsletter1=mysql_real_escape_string($newsletter); $xy=$myApp->updateEmailTemplate(2306, 'Automate Newsletter', '', '', '~Contact.Email~', '', '', 'Newsletter Updates','',$newsle (HowTos)