Jump to content

What browsers are wap browsers?


Sami

Recommended Posts

I scripted a file in 5 seconds and visited with my mobile phone(cheap Samsung)Here's the script:

<?php header("content-type: text/plain"); echo($_SERVER["HTTP_ACCEPT"]); ?>

The phone returned me a looooooooooooooooooooooooooooooong list of MIMEs separated by commas, but how can I find out if one of them are "text/vnd.wap.wm"?

Link to comment
Share on other sites

I'd like to find out using PHP so I can display a WAP page instead of HTML page
what about using a string search function for the MIME type coupled with some conditional statements?
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...