Puedes utilizar empty() antes o isset() para saber q variables vienen con datos y cuales no. Luego si quieres puedes usar unset() para destruir las variables q vengan vacías.
http://ar2.php.net/manual/es/function.empty.php http://ar2.php.net/manual/es/function.isset.php http://ar2.php.net/manual/es/function.unset.php
Saludos cuidate