I have a site on which I want to serve a series of brief text points (like a PowerPoint presentation). Since only the text content is changing, I was thinking to use an I-frame, with each point linking to the next w/in the same frame.
Given the disadvantages of frames in general, I'm hoping there might be a php alternative. I know of php include(), but I'm not sure how to handle the whole series of points. Is that workable, or is there another function that could handle this?