prepare( $query ); $stmt->execute(array(':id'=>$id)); $urow=$stmt->fetch(PDO::FETCH_ASSOC); extract($urow); $PID = $urow['ID']; $memName = $urow['memName']; $PicName = $urow['PicName']; $flower = $urow['flower']; $pstrain = $urow['strain']; $week = $urow['week']; $rating = $urow['rating']; $notes = $urow['notes']; $DateAdded = $urow['DateAdded']; $MonthAdded = $urow['MonthAdded']; $YearAdded = $urow['YearAdded']; } else { $user_home->redirect('Garden-Of-The-Month'); } $pagetitle = "Garden of the Month Voting"; $mdes = "Voting on ".$memName."'s Garden of The Month Submission. Stop by and Vote today!"; $sdes = "Voting on ".$memName."'s Garden."; include "0-head.php"; ?>