$file = "data.txt"; $tags = ""; $fh = fopen($file, "rt"); while (!feof($fh)) $article .= fgetss($fh, 1024, $tags); fclose($fh); $fh = fopen($file, "wt"); fwrite($fh, $article); fclose($fh); $bytes = readfile($file);?>
"; $fh = fopen($file, "rt"); while (!feof($fh)) $article .= fgetss($fh, 1024, $tags); fclose($fh); $fh = fopen($file, "wt"); fwrite($fh, $article); fclose($fh); $bytes = readfile($file);?>