Posted by Binoy AV on 02/18/05 15:55
Hi,
Thanks for the reply.
It shows ÐÏࡱá\\\\\\\\\\\\\\\\>\\þÿ etc.
source code I used is
$handle = fopen ("file.xls","r");
while ($data = fgetcsv ($handle, 1000, ","))
{
$num = count($data);
for ($c=0; $c < $num ; $c++)
{
$str_email = $data[$c];
echo $str_email;
}
}
Binoy
______________ ______________ ______________ ______________
Sent via the WebMail system at softwareassociates.co.uk
---
Scanned by MessageExchange.net (13:55:17 SPITFIRE)
[Back to original message]
|