page redirection

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Locked
php77
Forum Newbie
Posts: 11
Joined: Wed Mar 28, 2007 1:12 pm

page redirection

Post by php77 »

hi
could you hint some resource, to read about page redirection after a duration, preventing user from refreshing the page, and disabling the "back" facility of the browser?
Begby
Forum Regular
Posts: 575
Joined: Wed Dec 13, 2006 10:28 am

Post by Begby »

Redirection after a duration needs to be done through javascript

You cannot prevent a user from refreshing a page or using the back button. If you are trying to keep them from submitting a form twice, there are different ways to handle that on the server side using php. Do a search for 'double submit'
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Stop making new threads about redirection.. You've already got several on the subject.
Locked