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