Hi!
Is it possible to redirect stdout inside PHP-Script?
E.g:
<?php echo "Blah....";
$fd=fopen($file,"w"); redirect(stdout,$fd); echo "this blah should not visible 🙂"; restore(stdout); fclose($fD); ?>
Thanks for any help, S.E