Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if(isset($_POST['submit1'])) {
- $errors = array();
- $prod = urlencode(trim($_POST['auctionid']));
- $uid = urlencode(trim($_POST['uid']));
- //run queries knowing that your connection is alive....
- if (!headers_sent()) {
- header("Location: paypal.php?prod=". $prod. "&uid=".$uid);
- exit;
- } else {
- die("Error: Headers already sent. Please reload page.: " . mysql_error());
- }
- }else{
- if($returndata == false){
- header('Location: http://donate.creative-scape.net/');
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement