[FX.php List] Simple form with fx.php

Gjermund Gusland Thorsen ggt667 at gmail.com
Fri Jan 9 16:10:27 MST 2009


'Undefined Index' means that you try to address a member of an array
that is not there this hickup started in php5,
and consequentially you will have to check every array to the current
member/node with isarray() or isset() to avoid the problem.

'Undefined Index' means that you in php is attempting to address an
undefined variable AFAIK

ggt

2009/1/9 Roger Price <rp272 at cam.ac.uk>:
> Patricia
>
> I am answering this from a digest version of the list which is more
> difficult to respond to...
>
> As far as I can remember 'Undefined Index'  suggests that FMP does not
> recognize the fieldnames that are used in your FX.php submission. I seem to
> recall that this can be the result of a corrupted layout. Try recreating a
> new one and see whether that helps!
> kindest regards
>
> Roger
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list
>


More information about the FX.php_List mailing list