This class can be used to output HTML pages to send requests to a Web server.
It can generate a page that makes the user be redirected to a given URL passing a list of parameters by either issuing HTTP redirect headers or embedding Javascript in the page.
The class can also make the browser send an HTTP POST request by generating a form with hidden input field set to given values and adding the necessary Javascript to make the browser submit the form to a given URL.
|
|
| Name: |
http |
| Base name: |
class_http |
| Description: |
Output HTML pages to send requests to a Web server |
| Version: |
1.0.2 |
| PHP version: |
4.0 |
| License: |
GNU General Public License (GPL) |
| All time users: |
437 users |
| All time rank: |
5281 |
| Week users: |
0 users |
| Week rank: |
2249  |
| |
|
| There are not enough user ratings to display for this class. |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
class.http.php |
Class |
This class handles GET and POST HTTP request methods. |