Login   Register  
PHP Classes
elePHPant
Icontem

File: page_example.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2004-10-04 00:37
Size: 111 bytes
 

Contents

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