T Tyilo New member Apr 17, 2009 #1 Okay here is the PHP code: <?php echo "Loading..."; //Do something here that takes a long time //clear_echo(); or something similar echo "Done!"; ?> There will first be printed: "Loading..." and when its done loading there will only appear: "Done!"
Okay here is the PHP code: <?php echo "Loading..."; //Do something here that takes a long time //clear_echo(); or something similar echo "Done!"; ?> There will first be printed: "Loading..." and when its done loading there will only appear: "Done!"