<?php
$page = file_get_contents("http://wikipedia.org/w/index.php?title=Benjamin_Franklin&action-raw");
echo $page;
?>