cabUK Posted November 21, 2007 Share Posted November 21, 2007 I am wondering about the best way to prevent users from going to the next record in a database by using the URL bar. So if I have this in the URL: www.site/items.php?itemno=2 I want to prevent them from going to the url and typing in 3 etc. I am at a bit of a lose on this so any help would be appreciated. Link to comment https://forums.phpfreaks.com/topic/78294-prevent-going-to-next-record-in-the-url/ Share on other sites More sharing options...
corillo181 Posted November 21, 2007 Share Posted November 21, 2007 you can't control the users bar so unless you put some other variables in the url to make sure that the url was click there is no other way that i know of. Link to comment https://forums.phpfreaks.com/topic/78294-prevent-going-to-next-record-in-the-url/#findComment-396186 Share on other sites More sharing options...
revraz Posted November 21, 2007 Share Posted November 21, 2007 What's the condition that allows them to go to a record? Link to comment https://forums.phpfreaks.com/topic/78294-prevent-going-to-next-record-in-the-url/#findComment-396188 Share on other sites More sharing options...
cabUK Posted November 21, 2007 Author Share Posted November 21, 2007 What's the condition that allows them to go to a record? A list of shops is generated from the players current location so when they click on the shop it pulls the items linked to the shop. Not sure if thats what you meant. I dont want them to be able to select different shops from the URL from different locations (if that makes sense). Link to comment https://forums.phpfreaks.com/topic/78294-prevent-going-to-next-record-in-the-url/#findComment-396189 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.