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

[eluser]Jesse Schutt[/eluser]
Now maybe someone can explain this to me. If I use this code

Code:
<?php $first_name = $_POST['first_name']; ?>
<p>Thank You &lt;?php echo $first_name; ?&gt;</p>

I get "Thank You 1" on the page.

However, if I use this code
Code:
&lt;?php $first_name = $_POST['first_name'];
echo "Thank You ".$first_name; ?&gt;

then it prints out "Thank You April". Is there something wrong with the way I've set the variable in the first example?

Thanks very much!

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