Forum Moderators: coopster
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<!--- <input type="hidden" name="cmd" value="_xclick"> --->
<input type="hidden" name="cmd" value="_ext-enter">
<input type="hidden" name="redirect_cmd" value="_xclick">
<input type="hidden" name="business" value="****@yahoo.com">
<input type="hidden" name="item_name" value="IPN Test">
<input type="hidden" name="amount" value="0.01">
<input type="Hidden" name="first_name" value="Adnan">
<input type="hidden" name="return" value="http://****/ipn-test.php">
<input type="hidden" name="notify_url" value="http://*****/ipn-test.php">
(note: the field above is not required if the IPN URL was set in your account profile)
<input type="image" src="http://images.paypal.com/images/x-click-butcc.gif" name="submit">
</form>
its returning the follwing vars
==================================
PRINTING VARS
Array ( [payment_date] => 12:28:48 Aug 29, 2003 PDT [txn_type] => web_accept [last_name] => Wong [payment_gross] => 0.01 [item_name] => IPN Test [mc_currency] => USD [payment_type] => instant [business] => walnut247@yahoo.com [address_street] => 1013 Fung Wo House [verify_sign] => A4KFrhF9Fvtg2QhH-Qf1b0ylQFkSA8x6Q0oPRx4A7b7SUbgTihlkcSS6 [payer_status] => intl_verified [payer_email] => ***@yahoo.com [tax] => 0.00 [txn_id] => 7F1046280K279115N [address_status] => unconfirmed [first_name] => Sau Ching [quantity] => 1 [receiver_email] => w*****@yahoo.com [payer_id] => E82LUED2LE4D4 [address_city] => ***[item_number] => [payment_status] => Completed [address_state] => ***** [mc_fee] => 0.01 [payment_fee] => 0.01 [mc_gross] => 0.01 [address_zip] => 852 [custom] => [notify_version] => 1.5 [address_country] => ***** [address_name] => ***** )
=================================================================
I am setting the variable "first_name" to "Adnan" ..why its returning the name to "Sau Ching"?how can I overwrite this with my own first_name value? Also please guide me to make a form which could post all EXTENDED VArs(first_name,last_name etc etc)
thanks
-adnan