Erase the echo in PHP?

Team Potter

New member
In PHP, how could you erase echoed text? Example, you do <?php echo "Hi!"; sleep(2); echo "Erase the Hi!"; ?>, how DO you erase the hi? Thanks!
 
Back
Top