hey this is the code i can use to display about MSIE6 but even when i turn 
off show http friendly error's i still get a blank page unless i use the 
folowing code can anyone tell me a way to use this in a mysql way as i need 
to add what the browser type is into my mysql database but first i need to 
be able to find it out
<?php
$this = "MSIE";
if(strstr($HTTP_USER_AGENT,"MSIE"))
{
print ("<center><b>You are using Internet Explorer</b></center>");
}
else
{
echo ("<center><b>get $this </b></center>");
}
?>


I know i am Insane why do you think my name is The Insane Guy

blah blah blah more bull crap stuff insert it here -->  <--


_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to