It can't be done with php. That is standard behavior of the html form. If you wanted to do this, you would have to use javascript and onsubmit
of the form, loop over and either remove empty elements or build a query string and location.href=myQueryString
.