[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Debugging web script?
- From: Gilles Ganault <gilles.ganault@...>
- Date: Mon, 03 Feb 2014 12:40:22 +0100
On Sun, 2 Feb 2014 13:42:51 -0700, Chris Babcock
<cbabcock@asciiking.com> wrote:
>This line in your form is missing a quote:
>
><input type=text" name="dummy">
>
>If that's not your issue, it might be useful to know what software you are
>using. CGILua? There may be a more specific list for you to ask, too.
Thanks for the tip.
Turns out Mongoose doesn't actually implement mg.read() to read input
parameters. I'll see if there's a work-around.