Ver Mensaje Individual
  #1 (permalink)  
Antiguo 02/03/2005, 14:39
Jaimico27
Invitado
 
Mensajes: n/a
Puntos:
Pregunta WML + Configuracion

Hola a todos en el foro.

Si alguien me puede ayudar en esto....

Pues me encuentro desarrollando mi tesis para optar al grado de Ingeniero de Sistemas, mi tesis tiene que ver com WAP, para eso lei mucho sobre WML y todo Ok, pero hace poco quise unir WML con PHP y se me presento un inconveniente: COMO HAGO PARA QUE EL CODIGO PHP SE EJECUTE EN EL EMULADOR WAP ??
TENGO QUE CONFIGURAR EL PHP.INI DE ALGUNA MANERA ESPECIFICA, CONFIGURO EL APAHCE httpd.conf DE ALGUNA FORMA O COMO HAGO ??
Los scripts los guardo .php ó .wml ??

Tengo los siguientes elementos:
*Instale WAMPSERVER que configura automaticamente APACHE 1.3.33, PHP5, MYSQL.
*OPENWAVE (Emulador), Nokia 3300 SDK
* Nokia ToolKit.

Los scripts de php los inicio asi:
<?php
header ("Content-Type: text/vnd.wap.wml");
echo "<?xml version=\"1.0\"?>";
?>

En el PHP.ini deshabilite la linea default_mimetype = "text/html"
En el httpd.conf agregue
AddType text/vnd.wap.wml .wml
AddType image/vnd.wap.wbmp .wbmp
AddType application/vnd.wap.wmlc .wmlc
AddType text/vnd.wap.wmlscript .wmls
AddType application/vnd.wap.wmlscriptc .wmlsc

Hay algo que este haciendo mal ??
Que debo hacer??


Gracias a todos.