I am going into partnership with a friend for a business, and we both made very good sites to put on the net. Is there anyway to switch between the sites? Say we have a dropdown box on index.php. When you choose a theme it redirects to index.php?theme1. With "theme 1" actually being another HTML page in another directory.... Thanks, BP
You could use the include/include_once() or require/require_once() function to display another HTML file. Just make sure you validate the filename selected from the SELECT box, otherwise visitors could provide a custom filename to the script to view files they shouldn't.