if ($needs) { if (!($fd = fopen("rwfneeds.txt", "a+"))) { exit; } fputs($fd, "$needs\n"); fclose($fd); } ?>
fpassthru(fopen("rwfneeds.txt", "r")); ?>