Hi, I'm building a PHP script that sends out code based on the browser information e.g: If IE/Safari , then execute specific code, and if safari, then use specific code Also, if possible, based on OS or the default player of the system. I know basic PHP but I don't know how to do this I know how to use IF ...ELSE...statements .
Thankyou MartinGR. That resource is very helpful and has helped me accomplish exactly what I need to do.