Login   Register  
PHP Classes
elePHPant
Icontem

File: example.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of ofertino  >  WP Shoot  >  example.php  >  Download  
File: example.php
Role: Example script
Content type: text/plain
Description: EXAMPLE FILE
Class: WP Shoot
Get Web page screenshots using ofertino.pl API
Author: By
Last change: Remove BUG
Date: 2012-08-25 04:45
Size: 193 bytes
 

Contents

Class file image Download
Page loaded and img creation is in progress.
<?
include("api.php"); 
$url="ofertino.pl";
$W = new WPShootAPI;
$W->setURL("http://$url");
$W->setSize(5);
?>
<img src="<?=$W->getIMG()?>">