PHP Classes

File: example.php

Recommend this page to a friend!
  Classes of Krzysztof Piotrowicz   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: 11 years ago
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()?>">