I used the function header() in a code block to refresh the page after the user writes and submits an input. The code stores the inputs in variables and then refreshes the page. When I ran it the page refreshed but gave a white blank page with no o/p at all
Here's the refreshment code
header("refresh:0");
exit();
Any help?