Hi,
I'm trying to add an image generated from a php file to pdf printed ticket. If i open the php file directly from my browser, the image works ok, but in pdf not working.
In include/staff/templates/ticket-print.tmpl.php file i add
<img src="<?php echo INCLUDE_DIR.'TestImage.jpg'; ?>" class="logo"/>
and a test image works great, but if i change with
<img src="<?php echo INCLUDE_DIR.'TestImage.php?id=12345678'; ?>" class="logo"/>
Nothing showing.
Any ideas?