<?PHP include 'wikipedia.class.php'; $x = new wikipedia('http://en.wikipedia.org/'); echo $x->get_page('Content_Management_System', true); ?>