Right now in form I use <form action="process.php method="post" ...>
In process.php I have (for example) $Score = $_Post['Score']; and $NewScore = 1.2*$Score;
I want from process.php to yet post this data to a new prosess2.php page.
You see I'm trying to insert somehow a PayPal page where the customer only gets the results from process.php if and only if they had made and verified a payment...and I have no idea on how to do that