Gerry:
It seems to be working for me now, though in LC 7.0.1 and 7.0.2. Now I’m
thrashing through the permissions forest to get access to my db.
Regards,
Bill
> On Jan 22, 2015, at 11:17 AM, Gerry wrote:
>
> There's a httpHeaders bug in recent versions of LiveCode. Andre Garzia has
> been havin
There's a httpHeaders bug in recent versions of LiveCode. Andre Garzia has been
having problems with it in his Facebook lib - perhaps he has a workround?
Gerry
Sent from my iPhone
> On 23 Jan 2015, at 4:33 am, William Prothero wrote:
>
> httpHeaders
_
Dang! Just solved it. The syntax for getting the $_POST variable in php is:
$_POST[“fullame”]
the underscore was the problem.
Regards,
Bill
> On Jan 22, 2015, at 9:33 AM, William Prothero wrote:
>
> Folks:
> This simple code inexplicably stopped working. LC 7.0.1 and 7.0.2 (rc1),
> Yosemite on
Folks:
This simple code inexplicably stopped working. LC 7.0.1 and 7.0.2 (rc1),
Yosemite on Mac. I’m setting up my mySQL database code and accessing the db’s
thru php. This code worked at first, then after I did a bit of changing, it
stopped. Reverting to the initial working code didn’t work.