Help with Session variables<

liunx

Guest
I really need help and this is not going anywhere.

Course_review.php (you select the course to take)
Register_form.php (you enter personal info)
--post data goes to a include_form_values.php that stores the data as $_SESSION variables.

i have a submit_email.php that now uses the $_SESSION variables within the hidden input statements and submits the form using Matt's formmail.pl or .php (i have both).

when the email gets submitted, it erases all my $_SESSION and $_POST variables... any clue why? any way to preserve these variables? I need them to go to Paypal which is the next step because the course name and cost need to be imputed into Paypal.

Anthonyyou have to submit the form directly to paypal, you shouldn't want to keep the POST'ed form variables.

then paypal will send either a email or IPN post to your page.Thx Scoutt,

Yesterday I actually got the issue with the forms solved. Thank goodness it actually works.

Thanks for your help.

Anthony
 
Back
Top