Introduction

Introduction

Introduction --  Introduction to HTTP_Request

Overview

With this package, one can easily perform HTTP request from within PHP scripts. It support GET/POST/HEAD/TRACE/PUT/DELETE, Basic authentication, Proxy, Proxy Authentication, SSL, file uploads etc.

Because of the above mentioned features HTTP_Request makes it possible to mimic big parts of web browsers such as the widely-known Mozilla browser in PHP applications. Possible application areas are:

  • Checking the validity of WWW links with the help of getResponseCode().

  • Grabbing remote web pages and parsing the result.

  • etc.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.