Perrin Harkins wrote:
I just want to make it very clear to people that they should not fork
with an open db handle and then try to use it.
And we appreciate it. :)
-ofer
Rodger Castle wrote:
I've been pulling my hair out this evening trying to resolve a problem serving
content to a cell phone.
Phone is a LG VX-4500. I've written a simple handler as a start to just send
"Hello" to the phone along with a Content-Length and Connection: Close header
but the phone j
First, I'm not sure if headers are case sensitive or not (8 years of web
dev and somehow it never came up), but you might want to try changed
"Content-type" to "Content-Type"
Second, make sure you have an empty line between your headers and the
start of your html document.
-ofer
Phil's Yahoo wr