PHP Classes

File: frame3.php

Recommend this page to a friend!
  Classes of Huda M Elmatsani   Frame Maker   frame3.php   Download  
File: frame3.php
Role: Example script
Content type: text/plain
Description: sample
Class: Frame Maker
Generate pictures decorated with frames around
Author: By
Last change: change little
Date: 20 years ago
Size: 214 bytes
 

Contents

Class file image Download
<?
include("framemaker.php");

$frame = new FrameMaker();
$frame->set_picture("pictures/sunset.jpg");
$frame->set_material("materials/wood1.jpg");
$frame->set_margin(1,"#FFFFCC");
$frame->show_picture();
?>