PHP Classes

File: page_example.php

Recommend this page to a friend!
  Classes of Vedanta Barooah   Grab URL   page_example.php   Download  
File: page_example.php
Role: Example script
Content type: text/plain
Description: Example: Grab a webpage and display it on your site
Class: Grab URL
Grab an HTML page and send by e-mail or display it
Author: By
Last change:
Date: 19 years ago
Size: 111 bytes
 

Contents

Class file image Download
<?
include("grabUrl.php");
$foo=new grabUrl();
$foo->getData("http://www.yahoo.com");
$foo->showPage();
?>