<?php require_once 'HTTP/Request.php'; $r = new HTTP_Request('http://www.w3mentor.com/robots.txt'); $r->sendRequest(); $page = $r->getResponseBody(); ?>
Copyright � 2010 Dotfluent Network. Use of this web site constitutes acceptance of the w3mentor Terms of Use and Privacy Policy.