I have a php page which outputs different image file each time it loads.. More over, it has new text written on it each time it loads. Now I want to embbed that output page inside an purely html page. How Should I do it?
Exactly - normally used for captcha images to create dynamic random images - use the img tag if its a php generated image.