Try

<?
header("Content-type: text/vnd.wap.wml;charset=iso-8859-1");
echo "<?xml version=\"1.0\"?>\n";
?>

Cheers,

            Gianluca


JD> i think that php sends out headers showing that the page is html.....not
JD> sure bout this, but you might have to send a diff header......

JD> -----Original Message-----
JD> From: M [mailto:[EMAIL PROTECTED]]
JD> Sent: Sunday, December 09, 2001 5:08 PM
JD> To: [EMAIL PROTECTED]
JD> Subject: [PHP] Running WML (WAP services) under PHP


JD> Hello, I am trying to develop some WML apps using PHP.
JD> To run WML apps into my local Apache (win98) server, I added

JD> AddType application/x-httpd-php .wml

JD> into httpd.conf. This works ok when calling directly from netscape
JD> http://localhost/mywml.wml ,
JD> treating script like a true PHP program.

JD> BUT.... when writing a REAL WML app. (cards and so) and trying to run on
JD> NOKIA simulator (by calling URL), it shows a parse error on line 1 (for
JD> all scripts).
JD> The same script, when executed in file mode on NOKIA sim (that is first
JD> load .wml file and then press SHOW button) , works fine, proving the
JD> error is not in script, but in way PHP interpret .WML pages.

JD> I suspect PHP introduces some invisible code (just 1 byte?) or something
JD> at beginning of .WML page.


JD> Thanks for your attn.

JD> Miguel



JD> --
JD> PHP General Mailing List (http://www.php.net/)
JD> To unsubscribe, e-mail: [EMAIL PROTECTED]
JD> For additional commands, e-mail: [EMAIL PROTECTED]
JD> To contact the list administrators, e-mail: [EMAIL PROTECTED]






--
ALBASOFTWARE
C/ Mallorca 186 - 3º 1ª
08036 Barcelona (Spain)
Tel./Fax +34 934549324
[EMAIL PROTECTED]
http://www.gianlucabaldo.com
http://www.phpauction.org


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to