|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You don't need a fax machine to get faxes. Get a fax-to-email fax number from CallWave. Try it free.
|
|
#1
|
|||
|
|||
|
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. |
|
#2
|
|||
|
|||
|
If you are using Apache, put this line in it's configuration:
AddType application/x-httpd-php .wml and comment this line: #AddType text/vnd.wap.wml .wml Than in every WML file you put this header: <?php header("Content-type: text/vnd.wap.wml"); echo "<?xml version="1.0"?>"; echo "<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"" . " "http://www.wapforum.org/DTD/wml_1.1.xml">"; ?> than, just include your PHP tags in WML files :-) |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > WAP Programming > Need help on WAP application development |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|