Home > WAP Programming

WAP Programming

WAP Programming forum discussing development for wireless technologies including WAP and WML. Wireless Application Protocol (WAP) and Wireless Markup Language (WML) are usually used to provide content to cell phones.
Ask Question About WAP Programming
My phone emulator cant read php
first of all i would like to thank ppl who helped me with my previous problem now my problem is...erm... i'v installed WinWap phone emulator, n i've tried to run a .wml file and it works. now, that .wml file contains only wml scr...
answer(293)  view(358)  status(wait for best answer)
how to detect mobile phone details using wap
hi i am working on wap based project .i know very little about wap. can any one please tell me how to detect mobile type etc . please provide code to me
answer(0)  view(10)  status(wait for best answer)
Please help me convert this to wml php script
PHP Code: if ($context['user']['is_guest'])             echo '<p class="catbg">', $txt['wireless_options'], '</...
answer(5)  view(195)  status(wait for best answer)
WAP development with QuickWAP
  QuickWAP XML is a WAP2.0 the basis of the agreement to support the development of ASP + XHTML MP language WAP process ActiveX component page. WAP it resolved by the development of common problems encountered, and given the perfect s...
answer(2)  view(64)  status(have the best answer)
Can Wap doing Search???
I am new for Wap and xml... Can anyone please tell me can the wap process as a search engine? Is the perl used to process it?
answer(1)  view(652)  status(wait for best answer)
hey i know whats WAP but whats WML??
ok a newbie is here asking what is WML. and what languages do they use i guess its pretty new concept.?? pls let me know bout it?? any websites 2 check out?? duke
answer(3)  view(616)  status(wait for best answer)
Another place to bitch about XML
WML is XML isnt it? Or is it a <huh>subset<huh> ? Is the idea to use 1 XML data source and then provide alternative DTD's and Styles to the various devices that use your site ? <if eq Yes> Are they mad ? Your average ...
answer(1)  view(717)  status(wait for best answer)
WML browser with conduit support for Palm
Does anyone know of an inexpensive WML browser that runs on the PalmOS and which is able to display decks previously downloaded to Palm via a conduit? Also, it should serialize on the Palm submitted Forms while it is offline, so a conduit c...
answer(0)  view(873)  status(wait for best answer)
What is the difference between WAP & GPRS?
With GPRS phones rolling out soon, I'd like to find out why should anyone bother with purchasing a wap-enabled phone now, and not wait out until the 3G phones come onto the market? Also, I'd like to find out what is the essential differenc...
answer(2)  view(417)  status(wait for best answer)
What tools i have to use to see WML?
hai, i m a web pro. I dont know XML. I know HTML well and also with JS CSS SSI ... I want to know about WML to do program. Any one tell me the way to do this.. i need one example and related tools to download... I know the concepts behind ...
answer(9)  view(557)  status(wait for best answer)
WAP + Cookies
Can it be done? If so how? my UPSDK emulator has a cookies menu to view cookies. If I can set cookies in WML how do I do it?
answer(2)  view(540)  status(wait for best answer)
minibrowser attributes for devices
Is there a listing somewhere where one can find what attributes work on different devices. For example, I have been playing with a WML page, and viewing it with my nextel phone, however, none of my <i></i> text is showing up at...
answer(0)  view(449)  status(wait for best answer)
wml&#0124;wap-device popularity
hi. is anyone actually using the internet-functions on their cell-phones? and: have /you/ seen someone using it? ( i've only been able to go off a partial poll of some co-workers : "have you ever seen someone using their cell-phone...
answer(3)  view(271)  status(wait for best answer)
Need help on WAP application development
Could some one start me up on how to use php for WAP applications.It would be great if I can get a simple example.Thanks in advance.
answer(1)  view(345)  status(wait for best answer)
newbie questions...
I just know that WAP is used for mobile phone. If I write a WAP page in a US server. Is everyone over the world can access my WAP page. Just like INTERNET HTML page does?
answer(1)  view(239)  status(wait for best answer)
text length limit?
I'm finding that my samsung 3500 will not load cards with more than a trivial amount of text. Here is sample of the wml that is causing the problem... <card id="art" title="The Art of War"> <p> Wesley S...
answer(0)  view(461)  status(wait for best answer)
quizz with wmlscript
I'm trying to figure out how to score a quizz using wmlscript. I have the correct/incorrect answer part working, I'm trying to create a function that keeps score by incrementing the value of a variable, I'm not sure what I'm doing wrong. t...
answer(1)  view(322)  status(wait for best answer)
accessing hdml pages through apache...
In apache (virtually hosted), I want to have an index.html page that browsers will load automatically, and an index.wml page that my mobile browser will load automatically. Unfortunately, when I access the site through my handset, it conti...
answer(7)  view(664)  status(wait for best answer)
Good start to learn WML (WAP)
http://www.w3schools.org/wap/ Good luck to ya all! ------------------ ?peterbe.com ?/div>
answer(3)  view(996)  status(wait for best answer)
How It works...........
Hi, i am new here using wml to do a wap page, i have some question hope someone can help...please 1) i have created first page for wap page and will let user to key in a search str, then, i try to create a do the link to a file call run.ph...
answer(8)  view(886)  status(wait for best answer)
What programming language can be used to write API for WAP page?
I need to develop a multiplayer gaming platform for mobile internet. The major type of games developed may be RPG. I was asked to make some API programme handling player information, game character creation. I have no idea what I can do at ...
answer(0)  view(672)  status(wait for best answer)
WML and PHP combined.. possible?
Hi there, Just wondering if anyone could enlighten me on a couple of things? Basically I just want to know can you integrate PHP and WML? If so how? I tried a bit of PHP and it told me it was HTML. It seems the browser doesnt like the PHP...
answer(6)  view(142)  status(wait for best answer)
Free WAP Browser for your Website
Here's an open-source (GPL) WAP browser you can put on your website. Users download an applet from your website that allows them to view WML pages. You need to be able to run perl applications on your webserver. Check it out: URL ...
answer(0)  view(366)  status(wait for best answer)
Where is WMLScript compiled?
Books I have been reading, as well as sites I have been visiting tell me that the .wmls file containing the WMLScript file get compiled before they are transmitted...and other such vague things. I need to know WHERE EXACTLY does the wmls fi...
answer(4)  view(202)  status(wait for best answer)
Can't get rid of variable !
I have written a small routine that will prompt the user for a product number, then call another card in "c2b.wml". This is then used to run an SQL query which returns the results accordingly. What I can't seem to be able to do is...
answer(3)  view(805)  status(wait for best answer)
How do I get data from a form to a PHP script?
Just wondering if anyone knows how to get the 2 input fields name and phone from the form to my PHP script.. i've tried the following to no avail.. cheers, Ryan <Code Snippet/> <?xml version="1.0" encoding="ISO-8...
answer(4)  view(828)  status(wait for best answer)
WTP Layer
respected sir/madam, i am ashish yadav i got one dought in developing WTP layer i had writtern a code in java by which i am getting message from Nokia Toolkit as follows: (note Data Displayed below is the the dump of datagram packet after...
answer(0)  view(324)  status(wait for best answer)
AutoDetect Browser or WAP device
I am trying to find example script or headers that can be placed at the top of the file in the root of a site (index.html / index.php etc.,) that automatically detects whether the request is coming from a WAP device or a PC browser so that ...
answer(2)  view(969)  status(wait for best answer)
How the f*** do i get form data passed to my PHP script?
Excuse the tone of the above.. figured i might get more of a response that way! Just wondering if anyone knows how to get the 2 input fields name and phone from the form to my PHP script.. i've tried the following to no avail.. cheers, R...
answer(0)  view(757)  status(wait for best answer)
=== ToDo List for a WAP version of my PHP news? ===
OK, I've no idea of what (but the WML editor of course...) do I need to run a WAP site. I'm developing a PHP4 site which makes use also of INC files and, of course, mySQL. I would like to make users able to surf my news through WAP. I've se...
answer(2)  view(731)  status(wait for best answer)
 
Home - About Infoqu - Contact - Privacy Statement - Link to Infoqu - Bookmark Infoqu

Copyright 2007-2010 by Infoqu. All rights reserved