how to repeat document header with PHP?
i create an image as document header and i want the header appear in top of every page i print
and the problem is my document's data comes from database
so i cant control it's quantity but i want after the data reach the end of page and move in the next page the header will be printed first in that page
anyone can help me?