Is it possible to communicate with php

HelloIs it possible to communicate with php5 using a MIDP 2.0 aplic. Get/Post/echo ?Fist of all I like to send " Text " from Server PHP5 >> MIDP
[203 byte] By [mcarlinga] at [2007-11-27 2:49:03]
# 1
yea it should work. i can currently send data to a xml server using a simple socket connections. im sure in php you can create a socket connection. if so than it should communicate with the php server as normal
jonney69a at 2007-7-12 3:20:01 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2

you can follow this example:

http://developers.sun.com/techtopics/mobility/midp/articles/servlets/PostMidlet.java

it is using CGI script on the server side but you can easily replace the CGI script with a php

file.

you can check out these articles:

http://developers.sun.com/techtopics/mobility/allarticles/#networking

and

http://www.java-tips.org/java-me-tips/midp/how-to-use-get-and-post-methods-in-http-from-a-midlet-3.html

and more on the web...

suparenoa at 2007-7-12 3:20:01 > top of Java-index,Java Mobility Forums,Java ME Technologies...