Hi benaud
Try this code
# initialize
$values = array();
# if its set, set it(!) otherwise, leave the hash empty
$values['name'] = isset($_POST['name']) ? validate_function($_POST['name']) : '';
I hope it is working fine now
-- This message may have been cut off and the rest will only be shown to members. To become a member, click here --