php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #12866 Speaking of Payment Processing... will PHP ever have a POST() function?
Submitted: 2001-08-20 16:26 UTC Modified: 2002-05-13 00:00 UTC
From: btanner at home dot com Assigned:
Status: No Feedback Package: Feature/Change Request
PHP Version: 4.0.6 OS: All
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: btanner at home dot com
New email:
PHP Version: OS:

 

 [2001-08-20 16:26 UTC] btanner at home dot com
Speaking of Payment Processing... will PHP ever have a POST() function to post encoded form data to a server?

Its easy enough to write your own, but for people not confident in all the header mumbo-jumbo, it would be really nice to be able to just:

$URL="https://secure.authorize.net/secure/transact.dll";
$Args="id=001&cost=19.96&card_number=444444&....";
$Post_Results=post($URL,$Args);

I think this would make PHP far, far easier to use for real time credit card processing, as well as a host of other useful things.

Also, if there was some built in way to do the encryption that those companies always want... or at least a PHP tutorial for it... cause I can never figure out what they want, or how the data has to be encrypted... :P

-Brian Tanner

Patches

Add a Patch

Pull Requests

Pull requests:

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-10 17:58 UTC] sniper@php.net
Isn't Curl enough?

 [2002-05-13 00:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 [2023-08-19 22:19 UTC] threekingsnumber at gmail dot com
The following pull request has been associated:

Patch Name: improves lookup-hack wrt. mysqli_stmt and mysqli_driver (fixes #66340)
On GitHub:  https://github.com/php/systems/pull/4
Patch:      https://github.com/php/systems/pull/4.patch
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 08:01:28 2024 UTC