View Single Post
  #17  
Old 06-29-2011, 10:48 AM
fadillzzz fadillzzz is offline
Dev Staff
 
Join Date: Jan 2010
Posts: 501
Gender: Male
Credits: 41,367
fadillzzz is an unknown quantity at this point
Default

From a quick look at your code, I think you forgot to pass the adoptable id.
By default, the script pass the id using a radio button
PHP Code:
<td><input type='radio' name='id' id='id' value='{$aid}' /></td
Reply With Quote