[FX.php List] Search Results To Text File

BEVERLY VOTH beverlyvoth at gmail.com
Mon Jul 13 13:16:07 MDT 2015


Also, you don't need to assign the variables, just push the values
On Jul 13, 2015, at 2:44 PM, VanBuskirk, Patricia <pvanbuskirk at fsu.edu> wrote:

> $linearray=array($record['Business_Unit'],$record['WO_ID'],$record['Descr254'],$record['WO_Type'],$record['Shop_ID']);
>     fputcsv ( $fp , $linearray, $delimiter = ',', $enclosure = '"' )."\l" ;


$linearray=array($record['Business_Unit'],$record['WO_ID'],$record['Descr254'],$record['WO_Type'],$record['Shop_ID']);
    fputcsv ( $fp, $linearray, ',', '"' ) . "\l" ;

Beverly
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.iviking.org/pipermail/fx.php_list/attachments/20150713/f3b10b8c/attachment.html


More information about the FX.php_List mailing list