hi
please with php how to delete the content of file after opening it
$myTextFileHandler = @fopen("data.xml","r+");
$txtfileArray = @file("data.xml");