[SOLVED] Redirect Internet Explorer |
8/15/2021 20:48:43 | |
| PHPRunner General questions | ||
|
D
DRCR Dev author
Hi I'm trying to redirect internet explorer in a code snippet. I've used the code below but it generates an error. is there anything I need to add to make this work? if(using_ie())-Cec |
||
|
D
|
DRCR Dev author 8/16/2021 |
|
I got this code to work if (strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== false) { |
|