Hallo,
Gibt dein Script irgendwelche Notices zurück, wenn du error_reporting hochschraubst?
Gruß,
Click
--
~~~php $browser = new BrowserIdentifier();
if($browser->shortcut == "ie") {
do_unordinary_things_with_ie();
}
else {
~~~
~~~php $browser = new BrowserIdentifier();
if($browser->shortcut == "ie") {
do_unordinary_things_with_ie();
}
else {
~~~