ehh :rolleyes:
And another thing... It's really easy so I didn't wanna waste another topic on it...
I have some code that will give us the browser type
include('browser_detection.php');
if $browse_type = 'IE'
Then:
I haven't tested this code but I know something is wrong with it because that's not the way if then statements are written in php....
I have some script which I want to execute only if the browser is 'IE'...
Because other then that there's firefox which is worth mentioning and seeing that my code doesn't work with firefox I want it to run only if its an IE browser...
Thanks!! 😃