Re: Aku, Your ambilPost() Function
- Posted by "euphoric" <euphoric at cklester.com> Oct 22, 2003
- 457 views
> How is it? I have replied this but there is no response from you. Did > my mail delivered sucessfully? So far I'm cheating it, I think... like this: if atom(lenq) or length(lenq) < 1 then -- qs = no10(gets(0)) --<-- I comment this line out qs = "" -- and return this else qs = get_bytes(0,val(lenq)) end if I think it gets to that point because there are no parameters sent, but I don't know for sure. :/ The gets(0) problem was halting the serving of HTML pages waiting for a <RETURN>. At least, that's what it looks like to me.