Re: [PHP] pc/mac and ie/nav

2001-06-30 Thread Tyler Longren
use the $HTTP_USER_AGENT variable. Search through it to see if it contains Mac.  If it does, then it's a Mac.   Tyler - Original Message - From: Wilbert Enserink To: [EMAIL PROTECTED] Sent: Thursday, June 28, 2001 7:07 AM Subject: [PHP] pc/mac and ie/nav

Re: [PHP] pc/mac and ie/nav

2001-06-28 Thread richard greene
Hello all, Can anyone see what's happening here? I'm trying to pass some variables (font stuff) to a cgi script so that it will appear the same as the current theme being used. Everything seems to be working except the replacements. here's the code. Any help much appreaciated, thanks! Or would

[PHP] pc/mac and ie/nav

2001-06-28 Thread Wilbert Enserink
Hi all,     does anybody know a good piece of script or has a good tip for me how to detect platform and browser of the client?   thanx in advance!   Wilbert - Pas de Deux Van Mierisstraat 25 2526 NM Den Haag tel 070 4450855 fax 070 4450852 http://www.pdd.nl [EMAIL PROT

Re: [PHP] PC<->Mac

2001-01-31 Thread Christian Reiniger
On Tuesday 30 January 2001 17:26, Markus H. Maussner wrote: > is there a PHP function wich translates from Mac to PC ? Look for the "Recode" extension -- Christian Reiniger LGDC Webmaster (http://sunsite.dk/lgdc/) ...to paraphrase Churchill, while representative democracy may be terrible, it

[PHP] PC<->Mac

2001-01-30 Thread Markus H. Maussner
Hi.. is there a PHP function wich translates from Mac to PC ? like for example the german "ae" (cant type it here with my keyboard) is a different carracter than the same sybol when it is typed on the macintosh. (i mean the acii value) i know the values from the pc side, but not from the macinto