Forum Moderators: coopster
Using javascript it would be possible to identify the older browsers by testing for getElementById. Is there any way of doing something similar with php server-side?
I have searched the usual php sites with no success, but as I'm not a php expert I may have overlooked something.
GetElementById is a good test as anything that passes can handle divs and floats which is the only problem I have with the older browsers.