(01-26-2009, 12:01 AM)Tonberry2k Wrote: It's not "worst."rephrased: IN MY HONEST OPINION: it's worst.
(01-26-2009, 12:53 AM)Tonberry2k Wrote: Wouldn't the option to view the old site complete negate all the work done?Don't you want your end users to remain comfortable with website?
I mean, all it is in an extra php if-else statement. You can even store the option as a session. <?php if($_SESSION['version] == "old") { //show the old version } else { //show the new version } ?> I mean... please??