nickjillings@1392: Could not open file'; nickjillings@1392: echo $xml; nickjillings@1392: return; nickjillings@1392: } nickjillings@1392: $wbytes = fwrite($fileHandle, $postText); nickjillings@1392: if ($wbytes == FALSE) nickjillings@1392: { nickjillings@1392: // FileWrite failed nickjillings@1392: $xml = 'Could not write file "saves/'.$xmlfile.'"'; nickjillings@1392: echo $xml; nickjillings@1392: return; nickjillings@1392: } nickjillings@1392: fclose($fileHandle); nickjillings@1392: nickjillings@1392: // Return JSON confirmation data nickjillings@1392: $xml = 'OK"saves/'.$xmlfile.'"'; nickjillings@1392: echo $xml; nickjillings@1392: ?>