|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
1200+ fellow developers rate and compare features of the top IDEs, like Visual Studio, Eclipse, RAD, Delphi and others, across 13 categories. Enjoy this FREE Download of the IDE User Satisfaction Study by Evans Data Corporation. Download Now!
|
|
#1
|
|||
|
|||
|
WAP/WML Page doesn't work on phone
Hello
I've build a wap-site. On an emulator it works fine and also when I open the page in IE to view the source, IE don't give any error. But when I try to view the wap-site on my Nokia there is an error "reaction unknow" (free translation from a dutch phone ;-)) What's wrong? This is the code: <?php Header("Content-type: text/vnd.wap.wml"); Header("Cache-Control: no-cache, must-revalidate"); Header("Pragma: no-cache"); $code="1692004-35-5"; ?> <?xml version="1.0"?> <wml> <head><meta http-equiv="Cache-Control" content="max-age=30" forua="true"/></head> <card id="card0" title="GSM-foto"> <do type="prev" label="Back"><prev/></do> <p align="center">Klik op onderstaande link om je foto te downloaden:<br/> </p> <p align="center"><a href="http://www.reflex-westerlo.be/wap/wap/.jpg">Download je foto</a></p> <br/><br/> <?php echo ("$code"); ?> </card> </wml> The url: http://www.reflexclub.be/wap/kl/getfoto.php Thx in advance for the help! |
|
#2
|
||||
|
||||
|
You may want to print your <?xml....?> bit in PHP, eg:
PHP Code:
Underneath that include the doctype definition: Code:
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
__________________
Cheers, Jamie # skiFFie | Home of the 'accessibility module' for Drupal # Jamie Burns [me] Accessibility Module [drupal] # guidelines | search | wap resources | not getting help | fold to cure # Any form of employment is strictly prohibited ...... __________________ Let the might of your compassion arise to bring a quick end to the flowing stream of the blood and tears ..... Please hear my anguished words of truth. __________________ |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > WAP Programming > WAP/WML Page doesn't work on phone |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|