Does anyone know how to display a message if the visitor is not using Firefox, like on www.thybag.co.uk.
Thanks!
Edited by Lµke (Forum Moderator): Thread Moved From Website Designing. Please post in the correct section next time, Thanks.

Does anyone know how to display a message if the visitor is not using Firefox, like on www.thybag.co.uk.
Thanks!
Edited by Lµke (Forum Moderator): Thread Moved From Website Designing. Please post in the correct section next time, Thanks.
Last edited by Lµke; 06-04-2007 at 04:20 PM.
Ask Carl yourself?Does anyone know how to display a message if the visitor is not using Firefox, like on www.thybag.co.uk.
Thanks!
I Need that too but to show it to FF Useres lol.
Leftxxx
You want something like this...
PHP Code:<?php
$agent = $_SERVER['HTTP_USER_AGENT'];
if (eregi('firefox', $agent){
print("Hello Firefox user...");
}
else{
print("Hello non-Firefox user...");
}
?>
He isn't replying to PM![]()
Want to hide these adverts? Register an account for free!