Quote:
	
	
		| 
			
				 
					Originally Posted by BMR777
					
				 
				With some modification you could change your adopt.php page to use POST instead of GET, so that users would have to click a form button to adopt the pet and then the adoptable ID would not be passed via the browser's address bar. 
 
How much PHP do you know? 
			
		 | 
	
	
 I'm still new to PHP, so I don't know much about it
	Quote:
	
	
		| 
			
				 
					Originally Posted by Arianna
					
				 
				Wouldn't they still be able to use firebug or something to change it? 
Perhaps getting a random number and selecting that from the db? You'd have to make it exclude certain retired / deleted pets, but it could work. 
			
		 | 
	
	
 Yeah, and I think you could do the same with Tamper Data too!
the method you suggested seems to be really good, but it also seems kinda complicated
EDIT: tried to do what brandon said, but no luck. When the users clicked the button, it only refresh the page