JoeLitO Posted November 25, 2008 Share Posted November 25, 2008 Please, helpme: On page checkout_payment.php he added variable: <input type="radio" name="org" value="Hoop Dreams Scholarship Foundation" /> (img. #1) Then select it, I checkout_confirmation.php page that collects and displays the variable using the following code: <? echo $ _POST [ "org"];?> (img. #2) Then, further down put the hidden field: <input type="hidden" name="org" value="<? echo $_POST["org"] ?>"> The question is: What I have to put code in checkout_process.php to send by mail the $ _POST [ "org"]? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.