Posts by Wender Teixeira • 31 points
1 post
-
2
votes3
answers348
viewsQ: Login to Paypal
I’m trying to log into Paypal and get the amount of the account balance but without success. My code: <?php include ("curl.php"); $fp=fopen("fpaypal","w"); fwrite($fp, ""); fclose($fp); $curl =…