<? 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(); ?>