Jump to content

Reset and echo Question


avo

Recommended Posts

HI All

Im sure there is a very easy answer to this one if you can help please what im trying to do is on a reset of a form is echo out "Form Reset" then after 5 seconds echo "" (nothing) but the code bellow make my page sleep for 5 seconds instead and then dont echo a blank space.(remove text Form Reset.


[code]          <?      
if ($_POST['subReset']) {
   echo "Form Reset";
   sleep (3);
   echo "";
} else {
   echo "";
}
?>[/code]




All Help Appriciated.
Link to comment
https://forums.phpfreaks.com/topic/7124-reset-and-echo-question/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.