Hi anyOne.
I need to do a redirect after
a few seconds showing a message
before it.
I'm thinking about coding it in this
way:
header("Refresh: 5; URL=\"index.php\"");
//exit;
echo "The following (required) fields are empty";
without using the exit function.
It's a good way or is better using javascript
redirect .
Take care.
Bye 🙂