J
|
Jane 5/5/2008 |
Hi, |
|
rjks author 5/6/2008 |
Morning Support, |
J
|
Jane 5/6/2008 |
Robert, |
|
rjks author 5/7/2008 |
Hello again, I tried your idea with the fonts but that didn´t seem to make any difference, then I started searching for the error "Fatal error: Cannot pass parameter 5 by reference in " and came across this article Passing by reference After looking in the fpdf.php code I found the Image function had a parameter with reference &$h function Image($file,$x,$y,$w=0,&$h,$type=''.$link='')
function Image($file,$x,$y,$w=0,$h=0,$type=''.$link='')
|
![]() |
Alexey admin 5/8/2008 |
Robert, $height=0; $this->image("isoft_logo.jpg",10,10,100,$height,"JPG")
|