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