No no es usando curls...mira que fácil
Código PHP:
Ver original<?php
// Prepare GET data
$query['notify_url'] = 'http://madarauchiha.com/ipn';
$query['cmd'] = '_cart';
$query['upload'] = '1';
$query['address_override'] = '1';
$query["item_name_1"] = "asas";
$query["quantity_1"] = "2";
$query["amount_1"] = "15";
// Prepare query string
header('Location: https://www.paypal.com/cgi-bin/webscr?' . $query_string);
?>