What's the best way to use php to generate the multiple pages that are in a frameset. I need a way of integrating them so say, the top frame has the name of the article in the middle frame, and the left frame has the corresponding links.
what ??????????????
when the page loads you can use the frameset defs to pass default values to the pages in the frame. other than that you can set hidden values in javascript and use javascript to read the values across the frameset.
I'm looking for a way to do it all at the server. Anyone know of a php site using this? I can figure out the code by emailing the author, but I have yet to find a good solution to this that uses php's full automation abilities. I know you can make a whole site run out of one php file, but can that one php file generate sites that use frames?
if you really really really wanted to.
i'd suggest using a different file for each frame.
if you want to do this without using javascript then i wouldn't use frames.