Jump to content

Question about sessions


JSHINER

Recommended Posts

Or do a redirect so that the post data is not present upon hitting back.

 

<?php

if($payment_sucessful)
{
    header('Location:/redirect/to/some/location.php);
}

?>

 

Your script should be looking for some sort of trigger to send the payment to paypal and not just open on a page so that if they hit that page it sends it. Make sure there is an if statement somewhere that triggers the paypal communication.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.