I'm trying to log into Paypal and get the value of the account balance, but to no avail.
My code:
<?php
include ("curl.php");
$fp=fopen("fpaypal","w");
fwrite($fp, "");
fclose($fp);
$curl = new curl;
if(isset($_POST['txt']))
{
$l...
asked by
22.04.2014 / 02:01