kendalwood Posted March 15, 2011 Share Posted March 15, 2011 I want to call a different header file for firefox. Is this possible? I don't need to adjust anything in the css file. How can I do this? Link to comment https://forums.phpfreaks.com/topic/230747-call-a-different-header-file-specific-to-firefox/ Share on other sites More sharing options...
btherl Posted March 16, 2011 Share Posted March 16, 2011 $_SERVER['HTTP_USER_AGENT'] will usually contain "Firefox" (and other text) if the browser is firefox, so you can check that. Link to comment https://forums.phpfreaks.com/topic/230747-call-a-different-header-file-specific-to-firefox/#findComment-1188020 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.