PayPal Redirect Issue
         
               Posted on 
16th Feb 2014 07:03 pm by  
admin
        
        When I have my paypal button set so that is redirects to http://empiremarketing.ca/order.php,it works just fine.  But when I change the redirect URL to something like: http://empiremarketing.ca/order.php?link=7, it all of a sudden does not work.  How can I fix this?
I did not create this page, but I am trying to get it to work so that it redirects to this page: http://empiremarketing.ca/order.php?link={$redirlink}
I know there is supposed to be some magic happening, but it is not.  Any ideas?
Here is the page PHP code:
Code:  <?php
$newprice =  $_GET['np'];
$ordertotal = $_GET['tt'];
$redirlink = $_GET['redir'];
require_once ("config.php");
$con = mysql_connect($hostname, $dbuser, $dbpass) or die(mysql_error());
$select = mysql_select_db ($selectdb, $con) or die(mysql_error());
$update = "UPDATE linkcount SET price = '$newprice' WHERE id = 1";
$result = mysql_query($update, $con) or die (mysql_error());
#Create PHP Session for the number of link boxes to be shown after paypal payment
session_start();
session_register();
$_SESSION['link_number'] =  $redirlink;
?>
<html>
<head>
<title>Empire Marketing - SEO Services: Pre-Order Form</title>
</HEAD>
</head>
<body topmargin="0" leftmargin="0" rightmargin="0" bgcolor="#ffffff" background="images/bg.jpg"><center>
<table border="0" height="100%" width="916" cellpadding="0" topmargin="0" cellspacing="0" background="images/bg2.jpg">
   <tr>
      <td align="center" valign="top"><img src="images/header.jpg"><BR><img src="images/header2.jpg">
<table width="800" border="0" cellspacing="0" cellpadding="8">
        <tr>
          <td align="justify">
<font face="Verdana">
<div align="center">
<h1>Order Confirmed</h1>
<?php
echo ("<a href="https://www.paypal.com/xclick/business=me@mygreatempire.com&undefined_quantity=0&item_name={$redirlink}MthlyURL&amount=$ordertotal¤cy_code=USD&return=http://empiremarketing.ca/order.php">Click here to pay via PayPal.</a>
");
?>
</div>
<br />
<br />
</font>
            </td>
         </tr>
</table>
        </td>
    </tr>
<tr>
<td align="center" valign="bottom">
<img src="images/footer.jpg">
</td>
</tr>
</table>
</center>
</body>
</html>       
      
       
		No comments posted yet	
	Your Answer:
	        Login to answer
        
262   14
 14  
 
    
    
 
Other forums
radio button reamains checked 
Hello i'm trying to keep the state off my radio buttons so it shows which ones where clicked after t
Keeping data in form 
How can I keep whatever I write in the form?
Sending UDP Raw socket 
I truly need help on this.  I am trying to write a test program that simulate a network environment 
help with multi-update 
Now sure how to ask this really....
10g database if that matters.
I have a customer 
delete comma 
HI,
How to delete "," at the end of the string.
Code: $match = 2009/02/03/a2corr
PHP mail() returns true but doesn't work 
First off I apologize if this is a newbie question, and I generally don't like asking questions that
Logging and nologging bulk insert   
Hi,
oracle version: 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
PHP FTP Can't upload Big FIles 
Anyone had any success using FTP to upload a file say 90m?
im using ftp_put and it returns fa
Displaying data from MySql a different way 
Hi all,
I'm pretty new to php and MySql and have hit a problem.
I am able to display data 
background color imagefill 
Hello
I would like to ask you why I see this square in red color just in my local xampp insta