php and InputStreams
Hello
My php file returns "1234"
I want to read this value in my J2ME program and convert it into a string
but I'm a bit confused with all kinds of input streams:(DataInputStreams, ByteArrayInpuStreams, InputStreamsReaders, ...)
What is the best approach?
Cheers
Regards
DAvid Mendes

