Once you have submitted the form, the next page (PHP page) has no way of knowing the labels you used in the <select> field.
So the only way to add a preview like that, is to hard-code an array which contains those labels plus their values (or get them from a database if that's how you built the <select> box as well).