View Single Post
Old 12-09-2012, 07:58 PM   PM User | #6
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
PHP Code:
GetSQLValueString($_POST['userID'], "int"),
GetSQLValueString($_POST['imgID'], "int"),
GetSQLValueString($_POST['glryID'], "int")); 
Why are you reverting to the post-data? Are these individual values? Aren't the image-ids now available as $imgID? That is, the values of the checkboxes.
PHP Code:
GetSQLValueString($imgID"int"), 
__________________
"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
Users who have thanked AndrewGSW for this post:
rgEffects (12-10-2012)