Hey all i just want to make sure i am adding the value correctly to my array varable:
$post_values = array(
"x_first_name" => $_POST['first_name'],
"x_last_name" => $_POST['last_name']
);
If anyone could confirm that its the way it needs to be then please do :o)
David