if ($result)
$total = $result->RecordCount( );
Is this if statement purely looking for the prescence of the variable of
$result before executing?
Cheers
Phil
$total = $result->RecordCount( );
Is this if statement purely looking for the prescence of the variable of
$result before executing?
Cheers
Phil
Comment