Hey I have one big page called checkout.php which has includes of different forms depending on what page the included form says to go to when submit is hit. It goes thru all the pages until the last page which is checkoutconfirm.php. That page shows all the variables correctly like David's will be David's because it passed correctly with stripslashes (not David/'s). Now if I click change on this page, I have the new forms put into checkout.php instead of using includes checkout.php. THe problem is I would see David! It cuts off everything past the '. I have all the values being value="<? echo $variable; ?>". What's the problem? is it cause im not using an include again?