[FX.php List] Authenticate with FileMaker account.

Jerry Do jhdo at central.uh.edu
Fri Sep 1 08:14:21 MDT 2006


It works! The command that solved this is the "is_array".

I added another "else" to it though.

if( is_array( $queryResult ) ) {
    If( $queryResult['foundCount']==1 ) {
        echo "passed";
    } else {
        echo "failed";
    }
}
Else
{
echo "invalid login";
}

Thank you, My hair can grow back again. :)


Jerry


On 9/1/06 12:40 AM, "Gjermund Gusland Thorsen" <ggt667 at gmail.com> wrote:

> if( is_array( $queryResult ) ) {
>     If( $queryResult['foundCount']==1 ) {
>         echo "passed";
>     } else {
>         echo "failed";
>     }
> }



More information about the FX.php_List mailing list