View Single Post
Old 12-03-2012, 12:16 AM   PM User | #2
AndrewGSW
Senior Coder

 
Join Date: Apr 2011
Location: London, England
Posts: 2,120
Thanks: 15
Thanked 354 Times in 353 Posts
AndrewGSW will become famous soon enough
Post data are strings, so convert to an integer before attempting to inc/decrement:

$page = intval($_POST['page'], 10);

but you should use an is_numeric() test first.
__________________
"I'm here to save your life. But if I'm going to do that, I'll need total uninanonynymity." Me Myself & Irene.
Validate your HTML and CSS
AndrewGSW is offline   Reply With Quote