Re[2]: [PHP] Running WML (WAP services) under PHP

2001-12-09 Thread Gianluca Baldo
nday, 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 J

Re: [PHP] Running WML (WAP services) under PHP

2001-12-09 Thread Shane Wright
1 5:08 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Running WML (WAP services) under PHP > > > Hello, I am trying to develop some WML apps using PHP. > To run WML apps into my local Apache (win98) server, I added > > AddType application/x-httpd-php .wml > > into httpd.

RE: [PHP] Running WML (WAP services) under PHP

2001-12-09 Thread Jack Dempsey
i think that php sends out headers showing that the page is html.not sure bout this, but you might have to send a diff header.. -Original Message- From: M [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 09, 2001 5:08 PM To: [EMAIL PROTECTED] Subject: [PHP] Running WML (WAP

[PHP] Running WML (WAP services) under PHP

2001-12-09 Thread M
Hello, I am trying to develop some WML apps using PHP. To run WML apps into my local Apache (win98) server, I added AddType application/x-httpd-php .wml into httpd.conf. This works ok when calling directly from netscape http://localhost/mywml.wml , treating script like a true PHP program. BUT..