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

[eluser]Jesse Schutt[/eluser]
This code is in the "Success" view of the Paypal_lib. It is not displaying any information regarding the _POST information. Actually, it isn't displaying anything at all other than the "Success, Your Payment was received..." Any ideas?

Code:
<h2>Success!</h2>

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

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

&lt;?php endif; ?&gt;

If I insert the following, I can see results, so I am pretty sure that there is _POST data.

Code:
&lt;?php
if (isset($_POST))
{
   print "<pre>". htmlspecialchars(print_r($_POST, TRUE)) ."</pre>";
}
else
{
   print '$_POST not set!';
}
?&gt;

Jesse


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