and books too :)
-Original Message-
From: Vo, Lance [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 13, 2007 11:07 AM
To: php-general@lists.php.net
Subject: [PHP] PHP WAP Resources?
hi
can you guys please suggest some good resources for PHP and WAP?
either urls or websites would
hi
can you guys please suggest some good resources for PHP and WAP?
either urls or websites would be great
tia,
Lance
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
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
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
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
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
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)
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
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
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
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.
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
ile version of Opera or something, you can go to the
software vendor's site and possibly get a PC version of it to simulate the
experience.
If I can find it, I can post some super simplistic PHP+WAP stuff I did a while
ago, but 99% of the fight is learning and writing the WAP code. The PHP s
You could try creating a stylesheet for media type="handheld", not sure how
stable support is.
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 card tag has gone the way of the dodo or something...
Went looking for the php-wap list at php.net/mailing
Hi,
Has anyone worked with Simplewire SMS SDK ?
If yes, is it possible to send WAP push messages with it and
if yes how.
If anyone has any info about some PHP + WAP push combination
i would be very grateful.
Thank you,
Catalin
P.S.
I've googled for it
--
PHP Ge
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
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.
Thanks in advance.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
How do I configure my Win98 Apache/MySQL/PHP test server to be able to show
me WAP pages. I followed a tutorial on PHPBuilder but when I test pages with
my WAP emulator, it returns a "empty page" error.
Does anyone know any other web links for configuring to WAP, especially for
WIN32
--
PHP G
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:
PROTECTED]
Subject: [PHP] WAP
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 "all
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
Hi,
I am trying to dynamically create WML pages using PHP and mysql. I can get
the PHP to output WML however I am having problems with postfields. They do
not seem to be populating the $HTTP_POST_VARS array.
Has anyone come across this before and no why this is the case. I could
create the quer
24 matches
Mail list logo