Recommend this page to a friend! |
Classes of Daniel Kushner | > | ScaleJPG | > | example2.php | > | Download |
|
|
![]() |
<?php include('class.ScaleJPG.inc'); // EXAMPLE 2 $s = new ScaleJPG(); $s->bar = 'autumn.jpg'; $s->max = 8; $s->value = 3.4; $s->showImage(); ?> |