Well I will try and help you without giving out my email address.
It looks like you have php set to issue strict warning etc.
Anyway (to my knowledge) what would normally cause that kind of error is a line like this:
$selNameFirst = $my_array['selNameFirst'];
where $my_array['selNameFirst'] doesn't actually exist.
Regards,
michael