scott <[EMAIL PROTECTED]> wrote: > I had an idea while driving home from work today. PHP could easily be used > to check the browser type, and return a different HTML page based on what > browser is being used.
This would mean designing two different pages and putting more load on the server. In addition, any browser can identify as whatever they like, so you can not possibly determine which page would be appropriate for the client. > ... Or am i overcomplicating a simple situation? :-) I think so. The contents of the site-to-be are simple enough to not require any dynamic server-side interaction and should, IMHO, be represented following the smallest-common-denominator approach. -Jan -- finger [EMAIL PROTECTED]
