phrozenflame Posted December 30, 2006 Share Posted December 30, 2006 This is about php, I need to find an answer to this question, I am working with Xhtml/css, I am thinking of a work around for browser incompatibilities, is it a good idea to use PHP, to change the stylesheet based on the browser. Like I can have my default stylesheet for internet explorer, netscape, and firefox, have an alternate one for people that use opera browsers. Is this a good idea, or is it going to keep me from learning css well enough, I want to learn the best of both, I am not fully understanding the good, and bad uses for server side programming I am wondering if the use of php for this specific type of thing is a good idea or not, thanks Link to comment https://forums.phpfreaks.com/topic/32321-solved-php/ Share on other sites More sharing options...
dbo Posted December 30, 2006 Share Posted December 30, 2006 There are certain times that this approach can work or may be necessary but I wouldn't suggest it except as a last resort. You'd just be creating an unnecessary workload for yourself and maintainability would become a headache. Link to comment https://forums.phpfreaks.com/topic/32321-solved-php/#findComment-150064 Share on other sites More sharing options...
phrozenflame Posted December 31, 2006 Author Share Posted December 31, 2006 Ok thanks for the advice Link to comment https://forums.phpfreaks.com/topic/32321-solved-php/#findComment-150126 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.