Php Paypal Expert

Php Paypal Expert
Hello and thanks for viewing my project.

I need an expert with php and paypal return strings to help me. You must please be available todo this right now and work until completed. Please Yahoo message me once I choose you so i can help and answer questions quickly.

I am setup where I go all the way through paypal sandbox testing and when i click Return To Merchant after i pay …it sends me to a long string

https://www.mydomain.com/index.php?merchantRet.x=Return+To+Merchant&auth=yyJlyaFrlJtlnzkEtNHx6PL0VX7eV6DbMbWpRKwzZqeeGmDv-B2__si8F4E8-YByS4XldRcHdzqnMDxNjneF_0cXxJxluOK0FmaLcGs0aPDh4hpyFFeo4U2wJF5hnJWPTgmTqgE3GN4L3_Q_4ZkAmjfBdCSxgZcrJ0g0kABQ_TyCnO9d7NRtw8dg8OcsP04tGvhLVycTztFlMRLsO&form_charset=UTF-8

i need someone fluent with this …i need this string to be processed and then redirect automatically to

https://www.mydomain.com/index.php?ukey=register?amount=?item_number=?transaction= etc etc

ya know whatever variables we can pass and show
$item_name = $_POST[‘item_name’];
$item_number = $_POST[‘item_number’];
echo “item=”.$item_numner;
$payment_status = $_POST[‘payment_status’];
$payment_gross = $_POST[‘payment_gross’];
$payment_fee = $_POST[‘payment_fee’];
$receiver_email = $_POST[‘receiver_email’];
$payer_email = $_POST[‘payer_email’];
$custom =$_POST[“custom”];

but grab them from paypal and make them into a redirect to a custom string
https://www.mydomain.com/index.php?ukey=register?amount=?item_number=?transaction= etc etc

Leave a Reply

Your email address will not be published. Required fields are marked *