PHP Classes

File: test/receiver.php

Recommend this page to a friend!
  Classes of Gonzalo Chumillas   HttpRequest   test/receiver.php   Download  
File: test/receiver.php
Role: Auxiliary script
Content type: text/plain
Description: Example script
Class: HttpRequest
Send HTTP requests to remote servers
Author: By
Last change:
Date: 9 years ago
Size: 161 bytes
 

Contents

Class file image Download
<?php
header
("Content-Type: text/plain; charset=UTF-8");

// prints request information
print_r(apache_request_headers());
print_r($_REQUEST);
print_r($_FILES);