I have one of the php site which I want to close or redirect a particular page from Saturday 9pm to Monday 6am.
the page contains a form and when they submit a form it directs to form.php.
So what i want to do is if some one access the page and uses the form then they have to be redirected back to the same form page and not be sending to form.php
I searched google a lot on this but no luck.
Right now I manually insert header location on form.php to redirect back them to form page. I am tired of doing this?
Can anyone help me on this please?