Closed GoogleCodeExporter closed 9 years ago
Currection--I have an old version. My $farentempvalue = $_GET["moisturevalue"];
has been corrected to $farentempvalue = $_GET["farentempvalue"]; and still
doesn't pass 3 values
Original comment by cannady....@gmail.com
on 12 Oct 2011 at 9:36
Does it work if you make the URL shorter? In other words if you name your
variables ct, ft and mt does everything get passed properly then? I thinking it
may be something related to going over 72 characters or so in the URL you're
sending, rather than the number of variables per se.
Original comment by robfal...@gmail.com
on 12 Oct 2011 at 9:42
Hey, that worked! I thought the 72 character limit was fixed in this release,
but maybe I pretended to read that somewhere.
I'm going to test if parsing mysql commands though php work alright and if I
run into issues I'll make sure to report it. Thank you for the help! This is
a great script (I sat through the presentation at the Maker Faire last year in
NYC). Perhaps I'll find a way to contribute somehow. Thanks again!
Original comment by cannady....@gmail.com
on 13 Oct 2011 at 3:42
Just wanted to add a quick note that at 2AM I got my mySQL data dumps from an
Xbee-Xig relationship working properly! This little possibility increases the
power immensely as I can now write queries based on data collected from an Xbee
enabled device. When I have a moment one of these days I'll write a quick
how-to for others to read. This little program is great! Keep up the great
work.
Original comment by cannady....@gmail.com
on 13 Oct 2011 at 1:14
This is related to the 72-character length failure articulated more clearly by
Issue 15. It has been scheduled and we'll get to work on it as soon as we can!
Original comment by Jordan.H...@gmail.com
on 2 Dec 2011 at 1:33
Please see Issue 15 for more information and a work-around.
Original comment by Jordan.H...@gmail.com
on 10 Dec 2011 at 10:25
Original issue reported on code.google.com by
cannady....@gmail.com
on 12 Oct 2011 at 8:44