paypal 获得返回值,已经成功。

<?php /* echo "<pre>"; print_r($_REQUEST); echo "</pre>"; exit; Array ( [mc_gross] => 10.00 [protection_eligibility] => Eligible [address_status] => confirmed [payer_id] => H9KNV2MS6AKR2 [tax] => 0.00 [address_street] => 1 Main St [payment_date] => 04:11:26 Oct 26, 2009 PDT [payment_status] => Completed [charset] => windows-1252 [address_zip] => 95131 [first_name] => Test [option_selection1] => S [option_selection2] => Black [mc_fee] => 0.59 [address_country_code] => US [address_name] => Test User [notify_version] => 2.8 [custom] => [payer_status] => verified [business] => nailwl_1256202958_biz@163.com [address_country] => United States [address_city] => San Jose [quantity] => 3 [payer_email] => nailwl_1256202052_per@163.com [verify_sign] => AmrLPOLJgH8UDI37wvJ-YUkfdkoXAIFuvFTE1ftH9juk5iLGzeMZ42ck [option_name1] => Size [option_name2] => Color [txn_id] => 4JC02575B21694159 [payment_type] => instant [last_name] => User [receiver_email] => nailwl_1256202958_biz@163.com [address_state] => CA [payment_fee] => 0.59 [receiver_id] => ARU54QFH5PRZ2 [txn_type] => web_accept [item_name] => 55 [mc_currency] => USD [item_number] => 5444 [residence_country] => US [test_ipn] => 1 [transaction_subject] => 55 [handling_amount] => 0.00 [payment_gross] => 10.00 [shipping] => 4.00 [merchant_return_link] => Continue >> [605dcbf7e9d8b4be43d692e008254d07] => 4o6q01cel2tqgrspj6241bldq4 ) */ ?> <html> <head> <title>::Thank You::</title> <link rel="stylesheet" type="text/css" href="styles.css" mce_href="styles.css"> </head> <body bgcolor="ffffff"> <br> <br> <table width="500" border="0" align="center" cellpadding="1" cellspacing="0"> <tr> <td align="left" valign="top" bgcolor="#333333"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="center" bgcolor="#EEEEEE"><p> </p> <p>Thank you! Your order has been successfully processed.</p> <p> </p></td> </tr> </table></td> </tr> </table> <br> <table width="500" border="0" align="center" cellpadding="1" cellspacing="0"> <tr> <td align="left" valign="top" bgcolor="#333333"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr align="left" valign="top"> <td width="20%" bgcolor="#EEEEEE"><table width="100%" border="0" cellspacing="0" cellpadding="3"> <tr align="left" valign="top"> <td bgcolor="#EEEEEE">Order Number:</td> <td bgcolor="#EEEEEE"><?=$_REQUEST[txn_id]?> </td> </tr> <tr align="left" valign="top"> <td bgcolor="#EEEEEE">Date:</td> <td bgcolor="#EEEEEE"><?=$_REQUEST[payment_date]?> </td> </tr> <tr align="left" valign="top"> <td width="20%" bgcolor="#EEEEEE"> First Name: </td> <td width="80%" bgcolor="#EEEEEE"><?=$_REQUEST[first_name]?> </td> </tr> <tr align="left" valign="top"> <td bgcolor="#EEEEEE">Last Name:</td> <td bgcolor="#EEEEEE"><?=$_REQUEST[last_name]?> </td> </tr> <tr align="left" valign="top"> <td bgcolor="#EEEEEE">Email:</td> <td bgcolor="#EEEEEE"><?=$_REQUEST[payer_email]?> </td> </tr> </table></td> </tr> </table></td> </tr> </table> <br> </body> </html>

你可能感兴趣的:(Date,table,email,border,stylesheet,payment)