Hi i've got a form that's been done in php there are two ways the form can go depending on the drop down selection you choose, if you choose general it goes to another page which is the if-else statement saying if $direction == general then it goes to one page else if $direction == envelopes go here. The problem is that i need it to transmit the info filled in on the first page to the second page, basically through the if else statement, is this possible if not is there another way of going from page one to the different direction. Thanks Martin