Welcome Guest, Not a member yet? Register   Sign In
Paypal_lib Success Page Problem
#8

[eluser]missionsix[/eluser]
Yeah, sure:

From your example:

Code:
<h2>Success!</h2>

<p>Your payment was received using Paypal.</p>

&lt;? if($_POST): ?&gt;
<p>Here is its information:</p>
<p><code>
&lt;?php    
    foreach ($_POST as $key => $value)
        echo '<strong>'. $key .'</strong>:'. $this->input->post($key) .' <br/>';
?&gt;
</code></p>
&lt;?php endif; ?&gt;


you were also having problems with your echo statement. You used single quotes with enclosed Vars and that won't work in php.


Messages In This Thread
Paypal_lib Success Page Problem - by El Forum - 08-30-2008, 01:26 PM
Paypal_lib Success Page Problem - by El Forum - 08-30-2008, 02:38 PM
Paypal_lib Success Page Problem - by El Forum - 08-30-2008, 02:59 PM
Paypal_lib Success Page Problem - by El Forum - 08-30-2008, 03:01 PM
Paypal_lib Success Page Problem - by El Forum - 08-30-2008, 03:28 PM
Paypal_lib Success Page Problem - by El Forum - 08-30-2008, 05:10 PM
Paypal_lib Success Page Problem - by El Forum - 08-30-2008, 05:21 PM
Paypal_lib Success Page Problem - by El Forum - 08-30-2008, 05:33 PM
Paypal_lib Success Page Problem - by El Forum - 08-30-2008, 05:38 PM
Paypal_lib Success Page Problem - by El Forum - 08-31-2008, 04:14 AM
Paypal_lib Success Page Problem - by El Forum - 08-31-2008, 10:09 AM
Paypal_lib Success Page Problem - by El Forum - 09-05-2008, 01:40 PM
Paypal_lib Success Page Problem - by El Forum - 09-05-2008, 02:21 PM
Paypal_lib Success Page Problem - by El Forum - 09-05-2008, 02:34 PM
Paypal_lib Success Page Problem - by El Forum - 09-05-2008, 02:56 PM
Paypal_lib Success Page Problem - by El Forum - 09-05-2008, 03:20 PM



Theme © iAndrew 2016 - Forum software by © MyBB