Rapporter un URL avec la classe ‘HTTP_Request’ November 21, 2011 Author: user {filelink=12642} <?php // Fichier 'Request.php' indispensable require_once 'HTTP/Request.php'; $r = new HTTP_Request('http://localhost/home.php'); $r->sendRequest(); $page = $r->getResponseBody(); ?> Categories: Uncategorized