Re: [PHP-WIN] WAP

2002-01-23 Thread Charlie Killian
I wrote a PHP class to check whether it is a WAP or Web browser depending on the HTTP_ACCEPT. You can view here: http://www.tizac.com/php/DeviceType.txt Hope this helps. Charlie "Laserjetter" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Thanks, that would

Re: [PHP-WIN] WAP

2002-01-18 Thread Ross Fleming
I'd personally do it in PHP. But there aren't standard wap browsers unfortunately (ie in real PC's, you'd only really ever see IE, Netscape, Mozilla etc). I don't know of a fully comprehensive list of browser identities, but these should get you started: from http://allnetdevices.com/faq This

Re: [PHP-WIN] WAP

2002-01-18 Thread LaserJetter
Thanks, that would probably work. What I wanted to do was distinguish between a web browser and a WAP browser so that if (isWAP) { echo "WAP content"; } else { echo "HTML content"; } I'll try those things anyway - The WAP site is working anyway and I've set up a redirect from my main sit

Re: [PHP-WIN] WAP

2002-01-18 Thread LaserJetter
Fleming > > -----Original Message- > From: LaserJetter [mailto:[EMAIL PROTECTED]] > Sent: 17 January 2002 17:27 > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: [PHP-WIN] WAP > > > I was fiddling around with the Nokia WAP toolkit the other day and I've &g

RE: [PHP-WIN] WAP

2002-01-17 Thread Ross Fleming
on as I'd really like to hear other peoples opinions on this, seeing as I'll have to write an 80 page dissertation on it!!! Regards Ross Fleming -Original Message- From: LaserJetter [mailto:[EMAIL PROTECTED]] Sent: 17 January 2002 17:27 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] S

[PHP-WIN] WAP

2002-01-17 Thread LaserJetter
I was fiddling around with the Nokia WAP toolkit the other day and I've created a pretty little WAP site - just listing dates and it has a WBMP image as a welcome screen. Whilst looking for someone to host the site, I noticed a review for f2s which said "allows PHP to be combined with WML" That