|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
how support sqlserve7.0
I wang to know the php4 how to support sql serve7.0 in NT4.0+IIS4.0.
|
|
#2
|
|||
|
|||
|
WAP phones aren't meant for "browsing"
I agree that WAP phones make lousy browsers, but they shouldn't really be thought of as small browsers. They're more effective when you think of them as a command-line version of the web (LYNX vs. Navigator or VT100 terminal vs. GUI desktop). In this mode, they work well for small data dips (traffic, weather, sports scores, stocks, etc.) and transactions. IMHO, making the jump to voice will make them more effective, speaking back more complicated data and allowing handsfree commands.
|
|
#3
|
|||
|
|||
|
How about a real WML tutorial?
Interesting article (and follow-up). But I was hoping to find more information on the nuts & bolts of the language itself. Since the author says none of the tutorials he found are worth recommending, how about a tutorial article from DevShed in the near future?
|
|
#4
|
|||
|
|||
|
Typical but okay..
This is already being done by a lot of
wireless supporters.. The thing they are fearing now is the possibility that your surrounding businesses are just as wired as you. Say you go to a town, and want to find the local pub.. Before you get there a salesman from a competing pub comes out to greet you and encourages you to go to theirs with a free meal and entrance into a lottery at the local ball game, next friday that you won't be in town for. Even worse, say you go to a town, and according to a lor of marketing statistics collected from your PDA use, they have determined your behavior from your consumerism habits. The local businesses come out to mob you, lawyers offer their services to you because you just got in a small fender bender yesterday and called the towing company. Etc.. Until there is privacy, the marketing and business people will exploit it to hell (I live in Manhattan, and this attitude is so prevalent, its amazing the places it won't go, including hospitals and local stalls). You can see what I'm getting at.. Anyhow these are legitimate concerns. However there is a lot of room for open technologies. I think a standard for privacy and a open standard wireless communication and technologies (like a TCP/IP of wireless) would be a step in the right direction. Only after that would I really be interested in implementing the technologies. However its always good to be the first to do it.. To be the first you have to be willing to dig in the piles of crap yourself rather than wait for another to bring their pearls of wisdom.. Certainly nobody here is going to reveal any tutorials on WAP technology since there is a lot of money to be had by "being the first". Once that's over it will get standardized.. I've been interviewing at a few places around and everyone has a different way of generating content.. You can almost figure out a better way to do web development just by talking to the interviewers.. So beware, I'm listening.. |
|
#5
|
|||
|
|||
|
Re: How about a real WML tutorial?
We have a two-part series coming up in late June that may interest you. Stay tuned.
|
|
#6
|
|||
|
|||
|
How abouta HDML and PHP3 tutorial?
***see subject line
|
|
#7
|
|||
|
|||
|
Re: How about a real WML tutorial?
I am doing a project titeled "WAP ENABLED AUCTION SITE"....how do i go about starting it?
besides WAP TECHNOLOGY and JAVA for the website what else do i need to know and study.....how do i actually approach towards my project..please guide me!!! |
|
#8
|
|||
|
|||
|
Regarding WAP Tutorial
It was really nice and it solved many doubts that I had about how the WAP Enabled site works.
|
|
#9
|
|||
|
|||
|
PHP3 and WAP
Hello friends,
I am adapting the script UDMSearch for wml (WAP). I discovered that WAP Browsers doesn't accept "&", Somebody has an alternative or other caracter that it substitutes "&". Thanks, Luiz Carlos |
|
#10
|
|||
|
|||
|
Re: How abouta HDML and PHP3 tutorial?
How do I write the script to WAP application on my server .. where do I must put my file ? thx before ...
<br> <br> Jimmy,- |
|
#11
|
|||
|
|||
|
Re: PHP3 and WAP
Luiz, use & and it should work
Kedar |
|
#12
|
|||
|
|||
|
PUSH and PHP
Hi people
I am working on a project for wap enabling a PHP site. Well I have some good news and some bad news. i have been able to get the WML-PHP-MySql-Apache combo to work fine. But Im running in to rough weather because of a feature called SMS.I read some where I was supposed to use PUSH technologies for using SMS , but I have no idea about how to go about it! If some body has any idea on this.. please do yell about it! Thanx! |
|
#13
|
|||
|
|||
|
Re: PHP3 and WAP
<!-- Code --> <p><pre><font color=#008000><xmp>&</xmp></font></pre><p> <!-- Code --> |
|
#14
|
|||
|
|||
|
To detect user agent.
<!-- Code --> <p><pre><font color=#008000><xmp> <? $gethttpall = getenv(HTTP_ACCEPT); if (ereg ("wml", $gethttpall)){ require ("./indexwml.php"); } elseif (ereg ("hdml", $gethttpall)){ require ("./indexhdml.php"); } else { // debug // echo ("$gethttpdall"); echo ("<h1><center>HTML</center></h>"); } ?></xmp></font></pre><p> |
|
#15
|
|||
|
|||
|
What server do you rec?
Great piece. When will I be able to access the curry and beer database on my trips back and does it have a "Real Ale" field?
Seriously, what Web server do you recommend, given your backend architecture. Cheers! |
![]() |
| Viewing: Dev Shed Forums > Other > Development Articles > WAP-Enabling a Website with PHP3 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|