I've tried the things you shown above in the examples above yet still does not work..
We do not want unhelpful comments like 'It does not work'
What is being returned from the query and what values are passed from the form?
Code:
echo $_SERVER['PHP_SELF']; print_r($_POST); echo $person['Name']; echo $person['Description']; echo $_GET['id']; echo $u print_r($result); print_r($person);
Comment