Re: [PHP] WAP?

2006-11-07 Thread clive
Richard Lynch wrote: So far, in my limited reading, it seems like more than a few people are saying the 1.x-only handsets are still "out there" yes true, just remember the 80/20 principle, how many of those older handset user will be using this wap site, actually depending on what you want t

Re: [PHP] WAP?

2006-11-06 Thread Richard Lynch
On Mon, November 6, 2006 1:23 am, clive wrote: > Richard Lynch wrote: >> On Fri, November 3, 2006 3:14 am, clive wrote: > >> >> The closest I can come is with a deck whose entire contents spew out >> at once to a handset: > > Is there any reason why you insist on using WAP 1.X? I dunno that I insi

Re: [PHP] WAP?

2006-11-05 Thread clive
Richard Lynch wrote: On Fri, November 3, 2006 3:14 am, clive wrote: http://www.acousticdemo.com/nationalsystems/pizzahut.com/wap/index.wml tried the url on my nokia 6230i and get your first card displaying correctly. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, v

Re: [PHP] WAP?

2006-11-05 Thread clive
Richard Lynch wrote: On Fri, November 3, 2006 3:14 am, clive wrote: The closest I can come is with a deck whose entire contents spew out at once to a handset: Is there any reason why you insist on using WAP 1.X? clive -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] WAP?

2006-11-03 Thread Richard Lynch
On Fri, November 3, 2006 1:19 pm, [EMAIL PROTECTED] wrote: > Doesn't look like the content type is set properly. The tutorial referenced says: "Content-type: text/vnd.wap.wml" wget is telling me I have: 1 HTTP/1.1 200 OK 2 Date: Fri, 03 Nov 2006 22:10:56 GMT 3 Server: Apache/2.0.59 (FreeBSD) P

Re: [PHP] WAP?

2006-11-03 Thread tg-php
Doesn't look like the content type is set properly. Here's another link that may be useful (from Zend themselves!) maybe that can help you out a bit. Content type and setting the xml version and DOCTYPE in the header are all fairly important. Also, if I recall.. Firefox and/or Opera (not IE)

Re: [PHP] WAP?

2006-11-03 Thread Richard Lynch
On Fri, November 3, 2006 3:14 am, clive wrote: >> Anybody want to nudge me in the right general direction?... I appreciate everybody's help, I really do, but... At this point, I've gone through about 10 "Hello World" tutorials, altered my DOCTYPE and DTD several times, used 2 different handsets a

Re: [PHP] WAP?

2006-11-03 Thread clive
Richard Lynch wrote: Anybody want to nudge me in the right general direction?... WAP 1.2.1 (not sure of the last version number ) is dead. Dont even bother with WAP 1. WAP 2 is based on XHTML MP, thats xhtml mobile profile. Most newer phones are in some way compliant with WAP 2. What I mea

Re: [PHP] WAP?

2006-11-03 Thread Aarno Syvänen
Perhaps you should start at http://www.kannel.org Aarno On 02 Nov 2006, at 22:02, Richard Lynch wrote: So today I was tasked with converting a PHP SMS solution to a PHP WAP solution... My first attempt at running through a Zend tutorial from 2000 was of limited success... Apparently, the car

Re: [PHP] WAP?

2006-11-02 Thread tg-php
Ah.. grat pull! I did forget about that one. Good stuff, thanks! And yes, that appears to be the address. = = = Original message = = = On Thu, 2006-11-02 at 17:11 -0500, [EMAIL PROTECTED] wrote: > http://www.w3schools.com/wap/ Also, don't forget hawhaw. I think it lives at http://www.hawhaw.

Re: [PHP] WAP?

2006-11-02 Thread Paul Scott
On Thu, 2006-11-02 at 17:11 -0500, [EMAIL PROTECTED] wrote: > http://www.w3schools.com/wap/ Also, don't forget hawhaw. I think it lives at http://www.hawhaw.de or something. --Paul All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/uwc2006/content/mail_disclai

Re: [PHP] WAP?

2006-11-02 Thread tg-php
WAP is just a sort of XML specific to creating 'cards' and content for cell phones. I did some stuff a few years ago, was even in line to teach a class at a local training institute. Once you figure out what structure you want to use for your cards and all that, the PHP stuff is really seconda

Re: [PHP] WAP?

2006-11-02 Thread Dave Goodchild
You could try creating a stylesheet for media type="handheld", not sure how stable support is.

Re: [PHP] WAP resources for PHP

2002-11-08 Thread Ernest E Vogelsinger
At 03:06 08.11.2002, Research and Development said: [snip] >I need to make a site WAP ready in less than a month. What books or >internet resources do you recommend for development of WAP in PHP. [snip] Do a Google s

Re: [PHP] WAP

2002-01-17 Thread qartis
An easier way to do this is (in wap.php): \n"); echo("http://www.wapforum.org/DTD/wml_1.1.xml\";>\n\n"); ?> And then continue with tags. This will be parsed by php but will also have correct headers for WAP browsers. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail:

RE: [PHP] WAP

2002-01-17 Thread Nathan Cassano
There are some excellent article at phpbuilder.com about PHP and WAP. Go to http://www.phpbuilder.com/columns/ and scroll down to the WAP columns. -Original Message- From: LaserJetter [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 17, 2002 9:27 AM To: [EMAIL PROTECTED]; [EMAIL PROT