A website that I’ve been asked to fix up is built with HTML using frames. When the user clicks on a menu selection, the ‘main’ frame gets the referenced html file.
How would you go about this using PHP? Would you still use frames or a CSS div? I understand that I could call a PHP page that would reload the whole thing from a tempate, but I would rather just fill in the center section and leave everthing else alone.
Thanks.