Login   Register  
PHP Classes
elePHPant
Icontem

File: frame1.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Huda M Elmatsani  >  Frame Maker  >  frame1.php  >  Download  
File: frame1.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: 2004-08-09 08:24
Size: 177 bytes
 

Contents

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

$frame = new FrameMaker();
$frame->set_picture("pictures/autumn.jpg");
$frame->set_border(8,"#FFCC00","raised");
$frame->show_picture();
?>