[FX.php List] in_array code fragment
David Ness
dness at bondedbuilders.com
Fri Sep 15 12:52:21 MDT 2006
Dan, and all,
Of course, I see my final solution in my previous posting was sent with
a typo. So for the sake of being correct:
if( in_array( $importdata[0], $referenceNumber_array['referenceNumber']
)) {
$validationMsg = 'Skipped';
}
Should read:
if( in_array( $importdata[0], $referenceNumber_array )) {
$validationMsg = 'Skipped';
}
--
David Ness
_______________________________________________
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