I do have the little script active on my website -
http://www.tom-malone.com. I don't know anyone who has a mac though. Isn't
there a site somewhere that allows you to view what your site looks like in
other browsers/OSs? I've searched but can't find one. Or perhaps some kind
mac user on the list would view source on it to determine if it worked by
checking the font tags for face="geneva"? I could compensate you by being
extremely nice to you for the rest of your life...   =)

Tom Malone
Web Designer
http://www.tom-malone.com

-----Original Message-----
From: Gabe da Silveira [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 23, 2001 2:23 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Re: code check


Perhaps you could put it on a webpage and ask a Mac user to see if it
works.

BTW, there is no reason to use preg_match for that.  Instead use
strpos(), it is MUCH faster.

In article <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] (Tom Malone) wrote:

> Sorry to bother you all with this, but I have no way to test this, as I
have
> no access to a Mac. Could you tell me if this little piece of code looks
as
> if it would work (detect whether someone's using the Mac OS)?
>
> if (preg_match("/mac/i", "$HTTP_USER_AGENT") || preg_match("/macintosh/i",
> "$HTTP_USER_AGENT") || preg_match("/ppc/i", "$HTTP_USER_AGENT") ||
> preg_match("/PowerPC/i", "$HTTP_USER_AGENT")):
>       $basefont = "Geneva";
> else:
>       $basefont = "Verdana, Helvetica, Serif";
> endif;
>
> It doesn't return an error, but that doesn't mean it works. I really
> appreciate your help. TIA
>
> Tom Malone
> Web Designer
> http://www.tom-malone.com
>

--
__________________________________
Gabe da Silveira, Web Designer
Twin Cities Student Unions
University of Minnesota
http://www.coffman.umn.edu

wFone: (612)624-7270
eMail: [EMAIL PROTECTED]
hPage: http://www.visi.com/~jiblet

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to