PHP Classes

File: frame2.php

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

Contents

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

$frame = new FrameMaker();
$frame->set_picture("pictures/forest.jpg");
$frame->set_border(20,"#009933","bevel");
$frame->set_margin(30,"#D8F0A6",10,"oval");
$frame->show_picture();
?>